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 c11cc13 commit 1c5dd9eCopy full SHA for 1c5dd9e
package.json
@@ -38,7 +38,7 @@
38
"test": "yarn clear_jest && jest --runInBand --verbose",
39
"types:watch": "nodemon --config nodemon.json",
40
"types": "yarn tsc",
41
- "test:env:browser": "yarn --cwd tests/env/express && yarn --cwd tests/env/express test",
+ "test:env:browser": "yarn build && yarn --cwd tests/env/express && yarn --cwd tests/env/express test",
42
"test:watch": "yarn clear_jest && yarn test --watch",
43
"test:coverage": "yarn test --coverage",
44
"test:ci": "yarn test --ci",
0 commit comments