We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fff869 commit e4b6cbcCopy full SHA for e4b6cbc
package.json
@@ -78,7 +78,7 @@
78
"test": "npm-run-all lint test:unit test:browser",
79
"test:unit": "cross-env NODE_ICU_DATA=node_modules/full-icu jest",
80
"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",
+ "test:watch-tdd": "cross-env NODE_ICU_DATA=node_modules/full-icu jest --watch xlookup",
82
"test:coverage": "npm run test:unit -- --coverage",
83
"test:logMemory": "cross-env NODE_ICU_DATA=node_modules/full-icu jest --runInBand --logHeapUsage",
84
"test:unit.ci": "cross-env NODE_ICU_DATA=node_modules/full-icu node --expose-gc ./node_modules/jest/bin/jest --forceExit",
0 commit comments