UNPKG
graphql-export
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Export graphql schema to other formats
github.com/oshosanya/graphql-export
oshosanya/graphql-export
graphql-export
/
jest.config.js
7 lines
(6 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, verbose:
true
, modulePathIgnorePatterns: [
"<rootDir>/dist/"
] };