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