purescript-email-address/qed-mail/jest.config.js

6 lines
124 B
JavaScript
Raw Normal View History

2024-02-07 21:23:45 +00:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};