Skip to content

Commit

Permalink
(fix) restored default testing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaslowskiQ committed Jan 3, 2024
1 parent 6d3f653 commit 0df44d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/tests/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
// collectCoverage: true,
testMatch: [
// The complete test suite, on one line, to aid in quick commenting out
// '**/tests/auth/**', '**/tests/cache/cache.test.ts', '**/tests/collections/*.test.ts', '**/tests/db/**/*.test.ts', '**/tests/graphql/graphql.test.ts', '**/tests/metadata/*.test.ts', '**/tests/job/**/*.test.ts', '**/tests/navigation/**/*.test.ts', '**/tests/storage/**/*.test.ts', '**/tests/utils/**/*.test.ts',
'**/tests/auth/**', '**/tests/cache/cache.test.ts', '**/tests/collections/*.test.ts', '**/tests/db/**/*.test.ts', '**/tests/graphql/graphql.test.ts', '**/tests/metadata/*.test.ts', '**/tests/job/**/*.test.ts', '**/tests/navigation/**/*.test.ts', '**/tests/storage/**/*.test.ts', '**/tests/utils/**/*.test.ts',
// '**/tests/db/dbcreation.test.ts',

// Larger test collections, left here to aid in quick, focused testing; these are the elements on the line above:
Expand Down Expand Up @@ -42,10 +42,10 @@ module.exports = {
// '**/tests/utils/helpers.test.ts',
// '**/tests/utils/parser/bagitReader.test.ts',
// '**/tests/utils/parser/bulkIngestReader.test.ts',
'**/tests/utils/parser/csvParser.test.ts',
// '**/tests/utils/parser/csvParser.test.ts',
// '**/tests/utils/parser/svxReader.test.ts',
'**/tests/utils/zipFile.test.ts',
'**/tests/utils/zipStream.test.ts',
// '**/tests/utils/zipFile.test.ts',
// '**/tests/utils/zipStream.test.ts',
],
testPathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/build/'],
setupFiles: ['<rootDir>/tests/setEnvVars.ts'],
Expand Down

0 comments on commit 0df44d8

Please sign in to comment.