Skip to content

Commit 05fbbf3

Browse files
Eisha KaushalEisha Kaushal
authored andcommitted
modified
1 parent efb5b96 commit 05fbbf3

12 files changed

+517
-346
lines changed

__backend-tests__/chronosMethods.test.ts

Whitespace-only changes.

__backend-tests__/controllers/alert.test.ts

Whitespace-only changes.

__backend-tests__/controllers/dockerHelper.test.ts

Whitespace-only changes.

__backend-tests__/controllers/healthHelpers.test.ts

Whitespace-only changes.

__backend-tests__/controllers/mongo.test.ts

Whitespace-only changes.

__backend-tests__/controllers/postgres.test.ts

Whitespace-only changes.

__backend-tests__/controllers/utilities.test.ts

Whitespace-only changes.

__backend-tests__/jest.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import type { Config } from '@jest/types';
2+
3+
const config: Config.InitialOptions = {
4+
testMatch: ['**/__backend-tests__/**/*.test.ts'],
5+
testEnvironment: 'node',
6+
};
7+
8+
export default config;
9+

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { Config } from '@jest/types';
22

3+
34
// describes the jest testing configuration for all test files
45
const config: Config.InitialOptions = {
56
verbose: true,

0 commit comments

Comments
 (0)