We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cab1d commit 1faf015Copy full SHA for 1faf015
jest.config.js
@@ -42,6 +42,6 @@ module.exports = {
42
'**/tests/*.spec.js'
43
],
44
testEnvironmentOptions: {},
45
- testURL: 'http://localhost/',
+ testURL: 'https://localhost:8080',
46
setupFilesAfterEnv: ['<rootDir>/tests/unit/__mocks__/mocks.js']
47
};
src/modules/name-resolver/tests/name-resolver.spec.js
@@ -5,7 +5,7 @@ const nameResolver = new NameResolver({
5
registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e'
6
}
7
},
8
- url: 'https://cloudflare-eth.com',
+ url: 'https://nodes.mewapi.io/rpc/eth',
9
port: 443
10
});
11
0 commit comments