Skip to content

Commit

Permalink
Configure fake timers
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeininger authored Feb 3, 2025
1 parent 3a56d57 commit d0858b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export default defineConfig({
'oereb_client/static/src/oereb_client.jsx',
'oereb_client/static/build/**'
]
},
fakeTimers: {
toFake: ['setTimeout', 'clearTimeout', 'Date']
}
}
});

0 comments on commit d0858b8

Please sign in to comment.