This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
rotini/frontend/jest.config.js
Marc Cataford 25ae69f6f4
feat(frontend): initial mock app + tooling + CI (#1)
* feat(frontend): filelist, filedetails, routing

* ci: enable lint/test/build, preview stub

* ci: linting file filter
2023-08-05 12:46:28 -04:00

8 lines
172 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "jsdom",
transform: {
"^.+\\.(ts|tsx)$": "ts-jest",
},
}