OpenPanel/packages/react-location/jest.config.js

7 lines
129 B
JavaScript
Raw Permalink Normal View History

2024-05-08 17:58:53 +00:00
module.exports = {
preset: "ts-jest",
rootDir: "./",
displayName: "react-location",
testEnvironment: "jsdom",
};