Files
graphql-api-js/jest.config.js
T

5 lines
70 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};