Skip to content

Commit

Permalink
e2e test suite update.
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Mar 3, 2023
1 parent c239a14 commit 2cda37e
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 8 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const path = require('path')
module.exports = {
setupFilesAfterEnv: [path.join(__dirname, '/test/jest.setup.js')]
}
Loading

0 comments on commit 2cda37e

Please sign in to comment.