Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Cameron committed Apr 11, 2014
1 parent a0a1122 commit e1b663c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testem.json
Expand Up @@ -2,7 +2,7 @@
"framework": "jasmine",
"before_tests": "browserify tests/tests.coffee -o browserified.js -t coffeeify -t node-underscorify",
"src_files": [
"vendor/js/vendor.min.js",
"public/js/vendor.min.js",
"src/**/*.coffee",
"tests/**/*.coffee",
"tests/**/*.js"
Expand All @@ -18,8 +18,6 @@
"vendor/sinon/lib/sinon/stub.js",
"vendor/chai/chai.js",
"tests/setup.js",
"vendor/backbone/backbone.js",
"vendor/underscore/underscore.js",
"browserified.js"
]
}

0 comments on commit e1b663c

Please sign in to comment.