Skip to content

Commit 5a2b695

Browse files
committed
Change general tests path
1 parent f1ade24 commit 5a2b695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Assertions for redux actions testing",
44
"scripts": {
55
"lint": "eslint src test",
6-
"test:general": "mocha --compilers js:babel-register --reporter spec test/general/*.js test/assertions/*.js",
6+
"test:general": "mocha --compilers js:babel-register --reporter spec test/general/*.js test/assertions/*.js test/asserts/**/*.js",
77
"test:chai": "mocha --compilers js:babel-register --reporter spec test/chai/*.js",
88
"test:expect": "mocha --compilers js:babel-register --reporter spec test/expect/*.js",
99
"test:expectjs": "mocha --compilers js:babel-register --reporter spec test/expectjs/*.js",

0 commit comments

Comments
 (0)