Skip to content

Commit bb97aa4

Browse files
committed
Add test:resolver to npm test
1 parent 21ef007 commit bb97aa4

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
@@ -19,7 +19,7 @@
1919
"test:fixtures": "node -r esm test/parser.js ./test/fixtures",
2020
"test:unit": "node -r esm test/literals.js",
2121
"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",
22+
"test": "npm run --silent test:fixtures && npm run --silent test:unit && npm run --silent test:resolver",
2323
"watch": "tsc --watch"
2424
},
2525
"homepage": "https://projectfluent.org",

0 commit comments

Comments
 (0)