OpenPanel/packages/remix/jest.config.js
2024-02-05 10:23:04 +01:00

7 lines
127 B
JavaScript

module.exports = {
preset: "ts-jest",
rootDir: "./",
displayName: "remix-router",
testEnvironment: "jsdom",
};