Add support for svelte-inline-compile to jest
This commit is contained in:
@@ -10,4 +10,10 @@ module.exports = {
|
||||
moduleNameMapper: {
|
||||
"\\$lib/(.+)$": "<rootDir>/src/lib/$1",
|
||||
},
|
||||
globals: {
|
||||
"ts-jest": {
|
||||
babelConfig: true,
|
||||
useESM: true,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user