mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-22 16:35:42 +00:00
Use jsdom environment
This commit is contained in:
parent
968079b4f0
commit
5a89d11cca
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
moduleDirectories: ["src", "node_modules"]
|
moduleDirectories: ["src", "node_modules"],
|
||||||
|
testEnvironment: "jsdom"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue