Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit eedf697

Browse files
committed
debug: focus on tests that fail to start/finish on ci
1 parent 6fabb08 commit eedf697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphqlgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "npm run lint && tsc --declaration",
1818
"watch": "tsc -w",
1919
"lint": "tslint --project tsconfig.json {src,test}/**/*.ts",
20-
"t": "jest",
20+
"t": "jest 'large-schema'",
2121
"test": "npm run lint && npm run t",
2222
"gen": "ts-node --files src/index.ts"
2323
},

0 commit comments

Comments
 (0)