mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Use Let instead of var
This commit is contained in:
parent
bda52f7cba
commit
02cf65d513
@ -2,7 +2,7 @@ const assert = require('assert')
|
|||||||
const InfuraController = require('../../app/scripts/controllers/infura')
|
const InfuraController = require('../../app/scripts/controllers/infura')
|
||||||
|
|
||||||
describe('infura-controller', function () {
|
describe('infura-controller', function () {
|
||||||
var infuraController
|
let infuraController
|
||||||
let response
|
let response
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user