Skip to content

Commit deabb33

Browse files
committed
delete unneeded test files
1 parent d63985f commit deabb33

File tree

6 files changed

+12
-51
lines changed

6 files changed

+12
-51
lines changed

__backend-tests__/alert.test.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

__backend-tests__/dockerHelper.test.js

Whitespace-only changes.

__backend-tests__/healthHelpers.test.js

Whitespace-only changes.

__backend-tests__/jest.config.js

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
module.exports = {
2-
// testEnvironment: 'node', // Use the Node.js environment for testing
3-
// roots: ['<rootDir>/controllers'], // Set the root directory for test files
4-
5-
// testRegex: '(/tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
6-
7-
// // Code coverage settings
8-
// collectCoverage: true,
9-
// coverageDirectory: 'coverage',
2+
// testEnvironment: 'node', // Use the Node.js environment for testing
3+
// roots: ['<rootDir>/controllers'], // Set the root directory for test files
104

11-
// // Specify the test path patterns to ignore frontend tests
12-
// testPathIgnorePatterns: ['/node_modules/', '/__tests__/'],
13-
// };
5+
// testRegex: '(/tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
146

15-
// =======
7+
// // Code coverage settings
8+
// collectCoverage: true,
9+
// coverageDirectory: 'coverage',
10+
11+
// // Specify the test path patterns to ignore frontend tests
12+
// testPathIgnorePatterns: ['/node_modules/', '/__tests__/'],
13+
// };
14+
15+
// =======
1616
roots: ['<rootDir>'], // Set the root directory for test files (adjust this path to your test folder)
1717

1818
testRegex: '(/tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
1919

2020
// Code coverage settings
2121
collectCoverage: true,
2222
coverageDirectory: 'coverage',
23-
2423
// Specify the test path patterns to ignore (frontend tests)
2524
testPathIgnorePatterns: ['/node_modules/', '/__tests__/'],
2625
};
27-

__backend-tests__/postgres.test.js

Whitespace-only changes.

__backend-tests__/utilities.test.js

Whitespace-only changes.

0 commit comments

Comments
 (0)