test: migrate test files to ts

This commit is contained in:
Elliot DeNolf
2022-04-02 23:34:46 -04:00
committed by Elliot DeNolf
parent b3a7c16f8e
commit 9c6af860d4
16 changed files with 79 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
verbose: true,
testEnvironment: 'node',
globalSetup: '<rootDir>/tests/api/globalSetup.js',
globalSetup: '<rootDir>/tests/api/globalSetup.ts',
testPathIgnorePatterns: [
'node_modules',
'src/admin/*',