mirror of
https://github.com/Floriansylvain/ParisMuseesQuizz.git
synced 2026-08-19 19:53:22 +02:00
Inital commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
const jestConfig = {
|
||||
transform: { '\\.[jt]s?$': 'ts-jest' },
|
||||
moduleNameMapper: {
|
||||
'^(\\.{1,2}/.*)\\.[jt]s$': '$1',
|
||||
}
|
||||
}
|
||||
|
||||
export default jestConfig
|
||||
Reference in New Issue
Block a user