Skip to content

Commit

Permalink
Tweak test:bundles:unit command
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign committed Jul 3, 2019
1 parent 474be28 commit 9d3ac64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "npm run test:typescript && jest ./src",
"test:typescript": "typings-tester --config typescript_test/tsconfig.json --dir typescript_test",
"test:bundles": "npm run test:bundles:snapshot && npm run test:bundles:unit",
"test:bundles:unit": "jest --config ./jest/es.config.js && jest --config ./jest/lib.config.js && jest --config ./jest/dist.config.js",
"test:bundles:unit": "jest ./src --config ./jest/es.config.js && jest ./src --config ./jest/lib.config.js && jest ./src --config ./jest/dist.config.js",
"test:bundles:snapshot": "jest ./jest/bundles-snapshot.test.js",
"clean": "rimraf dist es lib",
"compile": "npm run clean && rollup -c",
Expand Down

0 comments on commit 9d3ac64

Please sign in to comment.