Skip to content

Commit

Permalink
Merge pull request #4 from Marvell-Consulting/40-242-upload-dataset-j…
Browse files Browse the repository at this point in the history
…ourney

Implement stories 40 and 242 from the user journey
  • Loading branch information
easternbloc authored Jun 7, 2024
2 parents 42b8a68 + afa9c46 commit 58d6274
Show file tree
Hide file tree
Showing 21 changed files with 794 additions and 143 deletions.
3 changes: 2 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const config: Config = {
coverageDirectory: './coverage',
collectCoverage: true,
coverageReporters: ['cobertura', 'lcov', 'html', 'text'],
coveragePathIgnorePatterns: ['/node_modules/', '/test/', '/src/controllers/datalake.ts']
coveragePathIgnorePatterns: ['/node_modules/', '/test/', '/src/controllers/datalake.ts'],
setupFiles: ['<rootDir>/test/.jest/setEnvVars.ts']
};

export default config;
Loading

0 comments on commit 58d6274

Please sign in to comment.