Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Dec 29, 2024
1 parent 7fd2044 commit 9fbe107
Show file tree
Hide file tree
Showing 11 changed files with 1,326 additions and 124 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ services:
volumes:
- ${HOST_MOUNT_SOURCE:?}:/data/olympia
command: npm run dev -d
depends_on:
- olympia_volumes

worker:
<<: *olympia
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
module.exports = {
export default {
setupFiles: ['<rootDir>/tests/js/setup.js'],
testMatch: ['<rootDir>/tests/**/*.spec.js'],
testEnvironment: 'jsdom',
Expand Down
Loading

0 comments on commit 9fbe107

Please sign in to comment.