UNPKG

@cardscan.ai/cardscan-client

Version:

Typescript client for the CardScan API

28 lines (27 loc) 761 B
"use strict"; /** * For a detailed explanation regarding each configuration property, visit: * https://jestjs.io/docs/configuration */ Object.defineProperty(exports, "__esModule", { value: true }); const config = { projects: [ { displayName: "node", preset: "ts-jest", testEnvironment: "node", setupFilesAfterEnv: ["dotenv/config"], rootDir: "../../tests/typescript", }, { displayName: "browser", preset: "jest-puppeteer", setupFilesAfterEnv: ["dotenv/config"], rootDir: "../../tests/typescript", transform: { '^.+\\.ts$': 'ts-jest', }, } ] }; exports.default = config;