app-store/jest.config.js

7 lines
179 B
JavaScript
Raw Normal View History

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