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

7 lines
129 B
JavaScript

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