Skip to content

Commit fbeebd1

Browse files
fix: update test:api script to ignore additional test patterns
1 parent e33d75e commit fbeebd1

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
@@ -57,7 +57,7 @@
5757
"prepare": "npm run build",
5858
"test": "jest ./test/unit",
5959
"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",
60+
"test:api": "jest ./test/api --silent --testPathIgnorePatterns=\"(synchronization).spec.ts\" --silent",
6161
"test:all": "jest ./test/unit && jest ./test/api",
6262
"test:watch": "jest ./test/unit --watch",
6363
"test:coverage": "jest ./test/unit --coverage",

0 commit comments

Comments
 (0)