Skip to content

Commit a2f117b

Browse files
committed
chore: only test lib
1 parent d6e3ee8 commit a2f117b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "node bin/build-entity-json-files.js && generate-export-aliases",
99
"fix-entities": "prettier --print-width=100 --write data/entities.json",
1010
"start": "mkdir -p .tmp && node bin/merge-origins-with-entities.js && node bin/create-markdown.js",
11-
"test": "npm run build && jest"
11+
"test": "npm run build && jest 'lib/*'"
1212
},
1313
"keywords": [
1414
"third-party",

0 commit comments

Comments
 (0)