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 21ef007 commit bb97aa4Copy full SHA for bb97aa4
package.json
@@ -19,7 +19,7 @@
19
"test:fixtures": "node -r esm test/parser.js ./test/fixtures",
20
"test:unit": "node -r esm test/literals.js",
21
"test:resolver": "mocha -u tdd -r ts-node/register ./test/resolver/**/*_test.ts",
22
- "test": "npm run --silent test:fixtures && npm run --silent test:unit",
+ "test": "npm run --silent test:fixtures && npm run --silent test:unit && npm run --silent test:resolver",
23
"watch": "tsc --watch"
24
},
25
"homepage": "https://projectfluent.org",
0 commit comments