jest: use jsdom test environment

This commit is contained in:
Alex Gleason
2021-07-10 03:10:55 -05:00
parent 2d8862a3a1
commit c8cafb4feb

View File

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