UNPKG

@gentrace/core

Version:
17 lines (16 loc) 455 B
module.exports = { setupFiles: ["dotenv/config"], preset: "ts-jest/presets/js-with-ts", testEnvironment: "node", testPathIgnorePatterns: ["node_modules", "dist"], transform: { "^.+\\.tsx?$": [ "ts-jest", { tsconfig: "tsconfig.spec.json", }, ], "^.+\\.js$": "babel-jest", }, testMatch: ["**/tests/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)"], };