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 c10c072 commit 40235d6Copy full SHA for 40235d6
__tests__/spec.ts
@@ -1,6 +1,6 @@
1
import ajv from 'ajv'
2
import { JSONSchema6 } from 'json-schema'
3
-import { fromIntrospectionQuery } from '../dist/lib/fromIntrospectionQuery'
+import { fromIntrospectionQuery } from '../lib/fromIntrospectionQuery'
4
import {
5
getTodoSchemaIntrospection,
6
todoSchemaAsJsonSchema,
package.json
@@ -12,7 +12,7 @@
12
"lodash": "^4.17.20"
13
},
14
"scripts": {
15
- "test": "yarn prepare && jest",
+ "test": "jest",
16
"prettier:check": "prettier -c \"**/*.ts\"",
17
"prettier:format": "prettier -w \"**/*.ts\"",
18
"generateReadmeExample": "npx ts-node doc-exampleGenerator.ts",
0 commit comments