mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
parent
0457d54c9d
commit
0e0f2b4bb0
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable mocha/no-skipped-tests */
|
||||||
const { strict: assert } = require('assert');
|
const { strict: assert } = require('assert');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
@ -6,7 +7,7 @@ const {
|
|||||||
getWindowHandles,
|
getWindowHandles,
|
||||||
} = require('../helpers');
|
} = require('../helpers');
|
||||||
|
|
||||||
describe('Create token, approve token and approve token without gas', function () {
|
describe.skip('Create token, approve token and approve token without gas', function () {
|
||||||
describe('Add a custom token from a dapp', function () {
|
describe('Add a custom token from a dapp', function () {
|
||||||
const ganacheOptions = {
|
const ganacheOptions = {
|
||||||
accounts: [
|
accounts: [
|
||||||
|
Loading…
Reference in New Issue
Block a user