Skip to content

Commit

Permalink
Update testem-multi
Browse files Browse the repository at this point in the history
  • Loading branch information
sideroad committed Jan 15, 2014
1 parent f584cf6 commit f5fe73a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
node_modules
.DS_Store
.gitignore
npm-debug.log
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"async": "~0.1.22",
"underscore": "~1.4.2",
"testem-multi": "~0.4.0"
"testem-multi": "~0.4.1"
},
"devDependencies": {
"grunt-contrib-clean": "~0.4.0",
Expand Down
14 changes: 8 additions & 6 deletions test/actual/failed.tap
@@ -1,9 +1,11 @@
PhantomJS 1.9 - test module: hello test
PhantomJS 1.9 - test module2: hello test
PhantomJS 1.9 - test module: hello test
PhantomJS 1.9 - test module2: hello test
# Using testem 0.6.2
# Whole lists of tests
not ok PhantomJS 1.9 - test module: fail test
not ok PhantomJS 1.9 - test module2: fail test
not ok PhantomJS 1.9 - test module: fail test
not ok PhantomJS 1.9 - test module2: fail test

1..4
# tests 4
# pass 4
# fail 0
# pass 0
# fail 4
13 changes: 8 additions & 5 deletions test/actual/json.tap
@@ -1,6 +1,9 @@
Error
# Using testem 0.6.2
# Whole lists of tests
ok PhantomJS 1.9 - test module: hello test
ok PhantomJS 1.9 - test module2: hello test

1..1
# tests 1
# pass 0
# fail 1
1..2
# tests 2
# pass 2
# fail 0
10 changes: 6 additions & 4 deletions test/actual/success.tap
@@ -1,7 +1,9 @@
PhantomJS 1.9 - test module: hello test
PhantomJS 1.9 - test module2: hello test
PhantomJS 1.9 - test module: hello test
PhantomJS 1.9 - test module2: hello test
# Using testem 0.6.2
# Whole lists of tests
ok PhantomJS 1.9 - test module: hello test
ok PhantomJS 1.9 - test module2: hello test
ok PhantomJS 1.9 - test module: hello test
ok PhantomJS 1.9 - test module2: hello test

1..4
# tests 4
Expand Down

0 comments on commit f5fe73a

Please sign in to comment.