Skip to content

Commit

Permalink
include jest.config.js if you want a jest config, dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Jan 22, 2025
1 parent d22a5e6 commit d053d6e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const path = require('path');
const config = require('@folio/jest-config-stripes');

module.exports = {
...config,
setupFiles: [
...config.setupFiles,
path.join(__dirname, './tests/jest/setupFiles.js'),
],
};

0 comments on commit d053d6e

Please sign in to comment.