1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/test/e2e
Whymarrh Whitby 362e717eef
Fix node/no-deprecated-api issues (#9670)
Refs #9663

See [`node/no-deprecated-api`][1] for more information.

This change enables `node/no-deprecated-api` and fixes the issues raised by the rule.

  [1]:https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-deprecated-api.md

The change to the way that `punycode` is imported is to address the fact that
third-party module is hidden by the built-in. This is a silly hack but it works.
2020-10-22 11:33:45 -02:30
..
fixtures Remove localhost provider type (#9551) 2020-10-12 12:05:40 -07:00
mock-3box Fix node/no-deprecated-api issues (#9670) 2020-10-22 11:33:45 -02:30
send-eth-with-private-key-test I5849 incremental account security (#6874) 2019-08-02 01:27:26 -02:30
tests Fix require-unicode-regexp issues (#9212) 2020-08-14 09:18:42 -02:30
webdriver Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
address-book.spec.js Only shows the swaps intro popup on mainnet (#9534) 2020-10-09 13:07:11 -02:30
benchmark.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
ethereum-on.spec.js Remove localhost provider type (#9551) 2020-10-12 12:05:40 -07:00
fixture-server.js Fix import/order issues (#9239) 2020-08-18 16:48:25 -02:30
from-import-ui.spec.js Only shows the swaps intro popup on mainnet (#9534) 2020-10-09 13:07:11 -02:30
ganache.js Remove localhost provider type (#9551) 2020-10-12 12:05:40 -07:00
helpers.js Fix node/no-callback-literal issues (#9668) 2020-10-21 15:54:51 -02:30
incremental-security.spec.js Only shows the swaps intro popup on mainnet (#9534) 2020-10-09 13:07:11 -02:30
metamask-responsive-ui.spec.js Only shows the swaps intro popup on mainnet (#9534) 2020-10-09 13:07:11 -02:30
metamask-ui.spec.js Only shows the swaps intro popup on mainnet (#9534) 2020-10-09 13:07:11 -02:30
permissions.spec.js Only shows the swaps intro popup on mainnet (#9534) 2020-10-09 13:07:11 -02:30
run-all.sh Retry e2e tests 3 times (#9070) 2020-07-23 20:01:42 -02:30
send-edit.spec.js Only shows the swaps intro popup on mainnet (#9534) 2020-10-09 13:07:11 -02:30
signature-request.spec.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
threebox.spec.js Only shows the swaps intro popup on mainnet (#9534) 2020-10-09 13:07:11 -02:30