Skip to content

Commit

Permalink
Update failing tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazehs committed Jan 24, 2023
1 parent 06bec63 commit 8eeaf64
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
moduleDirectories: ['node_modules'],
testEnvironment: 'jsdom',
testPathIgnorePatterns: ['/node_modules/', '/cypress/'],
transform: {
'.(js|jsx)': '@sucrase/jest-plugin'
Expand Down
3 changes: 3 additions & 0 deletions test/src/js/index.spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @jest-environment jsdom
*/
'use strict';

//Mocks
Expand Down
3 changes: 3 additions & 0 deletions test/src/js/messages.spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @jest-environment jsdom
*/
'use strict';

import { richContentMessage, getMessage } from '../../../src/js/messages';
Expand Down
3 changes: 3 additions & 0 deletions test/src/js/modal-download.spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @jest-environment jsdom
*/
'use strict';


Expand Down

0 comments on commit 8eeaf64

Please sign in to comment.