chore: removing type module
This commit is contained in:
parent
cba51b15c1
commit
2f9c7b86c2
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
export default {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
};
|
||||
module.exports = {
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue