test: refactor all test directories into one

This commit is contained in:
Elliot DeNolf
2022-07-15 12:51:43 -07:00
parent 40b6afff2d
commit ba79b4446c
54 changed files with 224 additions and 698 deletions

View File

@@ -2,8 +2,9 @@ module.exports = {
verbose: true,
testEnvironment: 'node',
testMatch: [
'**/test/int/**/*spec.ts',
'**/test/**/*int.spec.ts',
],
globalSetup: './test/jest.setup.ts',
testTimeout: 15000,
moduleNameMapper: {
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '<rootDir>/src/webpack/mocks/fileMock.js',