Skip to content

Commit

Permalink
Use strict assert (MetaMask#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh authored Sep 3, 2020
1 parent 8f9e9e5 commit fb29d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-eth-trezor-keyring.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ global.window = require('./window.shim')
global.navigator = require('./navigator.shim')
global.self = require('./self.shim')

const assert = require('assert')
const assert = require('assert').strict
const chai = require('chai')
const spies = require('chai-spies')
const EthereumTx = require('ethereumjs-tx')
Expand Down

0 comments on commit fb29d0c

Please sign in to comment.