Skip to content

Commit

Permalink
test: show proper stack traces for coffee script files
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Feb 5, 2014
1 parent ebefa3e commit dc24446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@
"karma-live-preprocessor": "*",
"karma-html2js-preprocessor": "*",
"karma-browserstack-launcher": "*",
"LiveScript": "~1.2.0"
"LiveScript": "~1.2.0",
"coffee-errors": "~0.8.6"
},
"main": "./lib/index",
"bin": {},
Expand Down
2 changes: 2 additions & 0 deletions test/unit/mocha-globals.coffee
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'coffee-errors'

sinon = require 'sinon'
chai = require 'chai'
logger = require '../../lib/logger'
Expand Down

0 comments on commit dc24446

Please sign in to comment.