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 9cf28d3 commit 4a51a26Copy full SHA for 4a51a26
test/e2e/tests/provider/eip-6963.spec.js renamed to test/e2e/provider/eip-6963.spec.js
@@ -1,11 +1,11 @@
1
const { strict: assert } = require('assert');
2
-const FixtureBuilder = require('../../fixture-builder');
+const FixtureBuilder = require('../fixture-builder');
3
const {
4
defaultGanacheOptions,
5
withFixtures,
6
openDapp,
7
unlockWallet,
8
-} = require('../../helpers');
+} = require('../helpers');
9
10
// https://github.com/thenativeweb/uuidv4/blob/bdcf3a3138bef4fb7c51f389a170666f9012c478/lib/uuidv4.ts#L5
11
const UUID_V4_REGEX =
0 commit comments