Skip to content

Commit 105dd77

Browse files
authored
Include StatsTestCases
1 parent 7453db9 commit 105dd77

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
@@ -99,7 +99,7 @@
9999
"setup": "node ./setup/setup.js",
100100
"test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",
101101
"test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"",
102-
"test:basic": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/{TestCasesNormal,ConfigTestCases}.test.js\"",
102+
"test:basic": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/{TestCasesNormal,StatsTestCases,ConfigTestCases}.test.js\"",
103103
"test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
104104
"travis:integration": "yarn cover:init && yarn cover:integration --ci $JEST && yarn cover:report-min",
105105
"travis:basic": "yarn test:basic --ci $JEST",

0 commit comments

Comments
 (0)