mirror of
https://github.com/Floriansylvain/SnippetsManager.git
synced 2026-08-19 11:43:15 +02:00
Implemented Jest tests
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