Skip to content

Commit

Permalink
feat: Add genres to GraphQL API (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer authored Jul 20, 2024
1 parent 3b4f4a1 commit 297df45
Show file tree
Hide file tree
Showing 19 changed files with 400 additions and 112 deletions.
16 changes: 5 additions & 11 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export default {
preset: 'ts-jest/presets/default-esm',
testTimeout: 60000,
extensionsToTreatAsEsm: ['.ts'],
collectCoverage: true,
Expand All @@ -11,19 +10,14 @@ export default {
],
coverageThreshold: {
global: {
lines: 91.33,
statements: 91.33,
branches: 95.97,
functions: 92.37,
lines: 91.38,
statements: 91.38,
branches: 95.08,
functions: 92.56,
},
},
transform: {
'^.+\\.ts?$': [
'ts-jest',
{
useESM: true,
},
],
'^.+\\.ts$': '@swc/jest',
},
moduleNameMapper: {
'^@netwerk-digitaal-erfgoed/(.*)$': '<rootDir>/packages/$1/src/',
Expand Down
Loading

0 comments on commit 297df45

Please sign in to comment.