test: remove all old tests

This commit is contained in:
Elliot DeNolf
2022-07-17 16:07:59 -07:00
parent d433351dbd
commit f5ad7a163a
16 changed files with 33 additions and 2912 deletions

View File

@@ -2,6 +2,7 @@ module.exports = {
verbose: true,
testEnvironment: 'node',
testMatch: [
'**/src/**/*.spec.ts',
'**/test/**/*int.spec.ts',
],
globalSetup: './test/jest.setup.ts',