Skip to content

Commit

Permalink
Removed zombiejs tests, replaced with testem
Browse files Browse the repository at this point in the history
  • Loading branch information
spmason committed Mar 25, 2013
1 parent f45a005 commit 063f935
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 52 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js
node_js:
- 0.6
- 0.8
- 0.8
- 0.10
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: node_modules/.bin/testem ci -t index.html
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
<script>mocha.setup('bdd');</script>
<script src="index.js"></script>
<script src="test/expect.tests.js"></script>
<script src="/testem.js"></script>
<script>mocha.run();</script>
</html>
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
"description": "jasmine-style 'expect' calls for mocha and other test frameworks",
"version": "0.1.6",
"engines": {
"node": ">0.4"
"node": ">=0.8"
},
"dependencies": {},
"devDependencies": {
"express": "*",
"mocha": "*",
"zombie": "*"
"mocha": "~1.8.2",
"testem": "~0.2.77"
},
"optionalDependencies": {},
"main": "index.js",
Expand Down
46 changes: 0 additions & 46 deletions test/zombie.tests.js

This file was deleted.

8 changes: 8 additions & 0 deletions testem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"launchers": {
"Mocha": {
"command": "mocha -R tap",
"protocol": "tap"
}
}
}

0 comments on commit 063f935

Please sign in to comment.