mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
test:integration - fix renamed test data file
This commit is contained in:
parent
8eb3e4705a
commit
ef3f7b77f2
@ -3,7 +3,7 @@ const {
|
|||||||
timeout,
|
timeout,
|
||||||
queryAsync,
|
queryAsync,
|
||||||
} = require('../../lib/util')
|
} = require('../../lib/util')
|
||||||
const fetchMockResponses = require('../../e2e/fetch-mocks.js')
|
const fetchMockResponses = require('../../e2e/fetch-mocks.json')
|
||||||
|
|
||||||
QUnit.module('confirm sig requests')
|
QUnit.module('confirm sig requests')
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ const {
|
|||||||
queryAsync,
|
queryAsync,
|
||||||
findAsync,
|
findAsync,
|
||||||
} = require('../../lib/util')
|
} = require('../../lib/util')
|
||||||
const fetchMockResponses = require('../../e2e/fetch-mocks.js')
|
const fetchMockResponses = require('../../e2e/fetch-mocks.json')
|
||||||
|
|
||||||
QUnit.module('currency localization')
|
QUnit.module('currency localization')
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ const {
|
|||||||
queryAsync,
|
queryAsync,
|
||||||
findAsync,
|
findAsync,
|
||||||
} = require('../../lib/util')
|
} = require('../../lib/util')
|
||||||
const fetchMockResponses = require('../../e2e/fetch-mocks.js')
|
const fetchMockResponses = require('../../e2e/fetch-mocks.json')
|
||||||
|
|
||||||
QUnit.module('tx list items')
|
QUnit.module('tx list items')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user