jest: use jsdom test environment

merge-requests/596/head
Alex Gleason 3 years ago
parent 2d8862a3a1
commit c8cafb4feb
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save