Add client tests
This commit is contained in:
parent
abe94ccc72
commit
99e375633b
5 changed files with 2699 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
/** @type {import('@ts-jest/dist/types').InitialOptionsTsJest} */
|
||||
module.exports = {
|
||||
testEnvironment: 'node'
|
||||
}
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
};
|
Reference in a new issue