app-store/jest.config.js
Nicolas Meienberger d64bb1f2b7 Initial commit
2022-07-28 19:46:12 +02:00

7 lines
179 B
JavaScript

/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
testMatch: ["**/__tests__/**/*.test.ts"],
};