mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix sync conflicts
This commit is contained in:
parent
b751cf80b9
commit
a7b7fbb3fb
@ -108,7 +108,6 @@ describe('MetaMaskController', function () {
|
|||||||
const noop = () => undefined;
|
const noop = () => undefined;
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
globalThis.AbortController = window.AbortController;
|
|
||||||
await ganacheServer.start();
|
await ganacheServer.start();
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -157,7 +156,6 @@ describe('MetaMaskController', function () {
|
|||||||
|
|
||||||
after(async function () {
|
after(async function () {
|
||||||
await ganacheServer.quit();
|
await ganacheServer.quit();
|
||||||
delete globalThis.AbortController;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('#getAccounts', function () {
|
describe('#getAccounts', function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user