Skip to content

Commit 2eff267

Browse files
committed
Comment out example tests
1 parent 52a01b1 commit 2eff267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "test"
99
},
1010
"scripts": {
11-
"test": "spago test && npm run test-codegen && node ./run-example-tests",
11+
"test": "spago test && npm run test-codegen",
1212
"test-codegen": "cd codegen/schema && spago test",
1313
"should-fail-tests": "node ./run-should-fail-tests",
1414
"bundle": "cd codegen/schema && spago bundle --bundle-type module --module GraphQL.Client.CodeGen.Js --outfile '../../gen-schema-bundled.mjs'",

0 commit comments

Comments
 (0)