diff --git a/package.json b/package.json index 3973d2e6..8b7273b8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "scripts": { "build": "tsc --project tsconfig.build.json", - "test:it": "jest --testPathPattern tests/it", + "test:it": "jest --testPathPatterns tests/it", "test:lint": "eslint . --flag unstable_ts_config", "publish": "yarn build && yarn npm publish" }