jest: use jsdom test environment

This commit is contained in:
Alex Gleason 2021-07-10 03:10:55 -05:00
parent 2d8862a3a1
commit c8cafb4feb
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -30,4 +30,5 @@ module.exports = {
'<rootDir>/node_modules',
'<rootDir>/app',
],
'testEnvironment': 'jsdom',
};