We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ade24 commit 5a2b695Copy full SHA for 5a2b695
package.json
@@ -3,7 +3,7 @@
3
"description": "Assertions for redux actions testing",
4
"scripts": {
5
"lint": "eslint src test",
6
- "test:general": "mocha --compilers js:babel-register --reporter spec test/general/*.js test/assertions/*.js",
+ "test:general": "mocha --compilers js:babel-register --reporter spec test/general/*.js test/assertions/*.js test/asserts/**/*.js",
7
"test:chai": "mocha --compilers js:babel-register --reporter spec test/chai/*.js",
8
"test:expect": "mocha --compilers js:babel-register --reporter spec test/expect/*.js",
9
"test:expectjs": "mocha --compilers js:babel-register --reporter spec test/expectjs/*.js",
0 commit comments