Skip to content

Commit e4b6cbc

Browse files
authored
Add a test command for working in tdd (#1494)
1 parent 9fff869 commit e4b6cbc

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
@@ -78,7 +78,7 @@
7878
"test": "npm-run-all lint test:unit test:browser",
7979
"test:unit": "cross-env NODE_ICU_DATA=node_modules/full-icu jest",
8080
"test:watch": "cross-env NODE_ICU_DATA=node_modules/full-icu jest --watch",
81-
"test:watch-tmp": "cross-env NODE_ICU_DATA=node_modules/full-icu jest --watch xlookup",
81+
"test:watch-tdd": "cross-env NODE_ICU_DATA=node_modules/full-icu jest --watch xlookup",
8282
"test:coverage": "npm run test:unit -- --coverage",
8383
"test:logMemory": "cross-env NODE_ICU_DATA=node_modules/full-icu jest --runInBand --logHeapUsage",
8484
"test:unit.ci": "cross-env NODE_ICU_DATA=node_modules/full-icu node --expose-gc ./node_modules/jest/bin/jest --forceExit",

0 commit comments

Comments
 (0)