jest: use jsdom test environment
This commit is contained in:
@ -30,4 +30,5 @@ module.exports = {
|
|||||||
'<rootDir>/node_modules',
|
'<rootDir>/node_modules',
|
||||||
'<rootDir>/app',
|
'<rootDir>/app',
|
||||||
],
|
],
|
||||||
|
'testEnvironment': 'jsdom',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user