Skip to content

Commit 730e6b3

Browse files
wendigonineinchnick
authored andcommitted
Fix running integration tests
1 parent e556d1f commit 730e6b3

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
@@ -48,7 +48,7 @@
4848
},
4949
"scripts": {
5050
"build": "tsc --project tsconfig.build.json",
51-
"test:it": "jest --testPathPattern tests/it",
51+
"test:it": "jest --testPathPatterns tests/it",
5252
"test:lint": "eslint . --flag unstable_ts_config",
5353
"publish": "yarn build && yarn npm publish"
5454
}

0 commit comments

Comments
 (0)