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 e33d75e commit fbeebd1Copy full SHA for fbeebd1
package.json
@@ -57,7 +57,7 @@
57
"prepare": "npm run build",
58
"test": "jest ./test/unit",
59
"test:unit": "jest ./test/unit",
60
- "test:api": "jest ./test/api --silent --testPathIgnorePatterns=\"(synchronization|metadata-branch-operations|entry-variants|global-fields-comprehensive|index).spec.ts\" --silent",
+ "test:api": "jest ./test/api --silent --testPathIgnorePatterns=\"(synchronization).spec.ts\" --silent",
61
"test:all": "jest ./test/unit && jest ./test/api",
62
"test:watch": "jest ./test/unit --watch",
63
"test:coverage": "jest ./test/unit --coverage",
0 commit comments