Skip to content

Commit 40235d6

Browse files
committed
ts-jesting again
1 parent c10c072 commit 40235d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ajv from 'ajv'
22
import { JSONSchema6 } from 'json-schema'
3-
import { fromIntrospectionQuery } from '../dist/lib/fromIntrospectionQuery'
3+
import { fromIntrospectionQuery } from '../lib/fromIntrospectionQuery'
44
import {
55
getTodoSchemaIntrospection,
66
todoSchemaAsJsonSchema,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lodash": "^4.17.20"
1313
},
1414
"scripts": {
15-
"test": "yarn prepare && jest",
15+
"test": "jest",
1616
"prettier:check": "prettier -c \"**/*.ts\"",
1717
"prettier:format": "prettier -w \"**/*.ts\"",
1818
"generateReadmeExample": "npx ts-node doc-exampleGenerator.ts",

0 commit comments

Comments
 (0)