diff --git a/packages/wallet-account/jest.config.js b/packages/wallet-account/jest.config.js index 16a443e22e..0303334026 100644 --- a/packages/wallet-account/jest.config.js +++ b/packages/wallet-account/jest.config.js @@ -4,7 +4,7 @@ module.exports = { projects: [ { displayName: "dom", - testEnvironment: "jsdom", + testEnvironment: "jsdom", // runs tests in a browser-like environment testMatch: [ "**/test/**/*.test.js?(x)", "**/test/**/*.test.dom.js?(x)", @@ -12,7 +12,7 @@ module.exports = { }, { displayName: "node", - testEnvironment: "node", + testEnvironment: "node", // runs tests in a Node.js environment testMatch: [ "**/test/**/*.test.js?(x)", "**/test/**/*.test.node.js?(x)",