Skip to content

Commit 7b9f89a

Browse files
committed
Restore test:integration script
1 parent f444b2d commit 7b9f89a

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
@@ -12,7 +12,7 @@
1212
"prepack": "cp -rv dist/. .",
1313
"test": "yarn test:unit",
1414
"test:unit": "jest --testPathPattern=tests/unit",
15-
"test:integration": "jest --testPathPattern=tests/integration"
15+
"test:integration": "jest '.*tests\\/integration\\/(?!.*\\.serial\\.test\\.ts$).*\\.test\\.ts$'; jest '.*tests\\/integration\\/.*\\.serial\\.test\\.ts$' --runInBand"
1616
},
1717
"dependencies": {
1818
"url-join": "4.0.1",

0 commit comments

Comments
 (0)