UNPKG

contentfully

Version:

A simple but performant REST client for Contentful.

19 lines (18 loc) 378 B
module.exports = { preset: "ts-jest", collectCoverage: true, collectCoverageFrom: [ "src/**/*.ts" ], testEnvironment: "node", testPathIgnorePatterns: [ "/node_modules/", "/legacy/" ], testSequencer: "./test/Sequencer.js", globals: { "ts-jest": { tsConfig: "./tsconfig.test.json" } } };