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 f444b2d commit 7b9f89aCopy full SHA for 7b9f89a
package.json
@@ -12,7 +12,7 @@
12
"prepack": "cp -rv dist/. .",
13
"test": "yarn test:unit",
14
"test:unit": "jest --testPathPattern=tests/unit",
15
- "test:integration": "jest --testPathPattern=tests/integration"
+ "test:integration": "jest '.*tests\\/integration\\/(?!.*\\.serial\\.test\\.ts$).*\\.test\\.ts$'; jest '.*tests\\/integration\\/.*\\.serial\\.test\\.ts$' --runInBand"
16
},
17
"dependencies": {
18
"url-join": "4.0.1",
0 commit comments