Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars committed Feb 18, 2021
1 parent 2d850b7 commit ca2bdaf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,14 @@ const jestConfig = {
configureProject('pagebuilder', 'Pagebuilder', testReactComponents),
configureProject('peregrine', 'Peregrine', inPackage => ({
// Make sure we can test extension files.
moduleFileExtensions: ['ee.js', 'ce.js', 'js', 'json', 'jsx', 'node'],
moduleFileExtensions: [
'ee.js',
'ce.js',
'js',
'json',
'jsx',
'node'
],
// Define global variables.
globals,
// Expose jsdom to tests.
Expand Down

0 comments on commit ca2bdaf

Please sign in to comment.