Add client tests

This commit is contained in:
Ethan Lane 2021-07-30 15:49:12 +01:00
parent abe94ccc72
commit 99e375633b
5 changed files with 2699 additions and 3 deletions

View file

@ -1,3 +1,5 @@
/** @type {import('@ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
testEnvironment: 'node'
}
preset: 'ts-jest',
testEnvironment: 'node',
};