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 e556d1f commit 730e6b3Copy full SHA for 730e6b3
package.json
@@ -48,7 +48,7 @@
48
},
49
"scripts": {
50
"build": "tsc --project tsconfig.build.json",
51
- "test:it": "jest --testPathPattern tests/it",
+ "test:it": "jest --testPathPatterns tests/it",
52
"test:lint": "eslint . --flag unstable_ts_config",
53
"publish": "yarn build && yarn npm publish"
54
}
0 commit comments