mirror of
https://github.com/LukeHagar/sveltekit-electron-adapter.git
synced 2025-12-09 20:57:46 +00:00
[Release] v0.2.0
This commit is contained in:
9
jest.config.js
Normal file
9
jest.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
globals: {
|
||||
"ts-jest": {
|
||||
tsconfig: "tsconfig.json",
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user