Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroso committed Dec 6, 2014
1 parent b493fb2 commit c98fa3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 2 additions & 4 deletions Makefile
Expand Up @@ -11,9 +11,7 @@ test: node_modules
--bail
@sed 's/parse-svg-path/.\//' < Readme.md | jsmd

node_modules: *.json
@packin install -Re\
--meta deps.json,package.json,component.json \
--folder node_modules
node_modules: package.json
@packin install -m $< -f $@

.PHONY: serve test
8 changes: 2 additions & 6 deletions test/chai.js
@@ -1,11 +1,7 @@

var chai = require('chai')

global.should = chai.should()
global.expect = chai.expect
global.assert = chai.assert
// chai.use(require('chai-spies'))

chai.Assertion.includeStack = true
chai.should()
chai.config.includeStack = true

module.exports = chai

0 comments on commit c98fa3c

Please sign in to comment.