Skip to content

Commit 2c314f8

Browse files
committed
Browser tests now run mocha tests inline. Same test can be ran in CLI too.
1 parent 44d5062 commit 2c314f8

7 files changed

Lines changed: 9251 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"jsdom": "*"
3030
},
3131
"scripts": {
32-
"test": "mocha"
32+
"test": "mocha test/test.js"
3333
}
3434
}

0 commit comments

Comments
 (0)