Initial commit
This commit is contained in:
parent
ec65720e99
commit
53c3fbffe6
8 changed files with 2604 additions and 0 deletions
5
jest.config.js
Normal file
5
jest.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue