mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Clean up test
This commit is contained in:
parent
e26501aa01
commit
6f02f5bc5d
@ -8,11 +8,8 @@ const BN = ethUtil.BN
|
||||
|
||||
var BnInput = require('../../../ui/app/components/bn-as-decimal-input')
|
||||
|
||||
describe.only('BnInput', function () {
|
||||
describe('BnInput', function () {
|
||||
let bnInput
|
||||
const message = 'Hello, world!'
|
||||
const buffer = new Buffer(message, 'utf8')
|
||||
const hex = buffer.toString('hex')
|
||||
|
||||
it('can tolerate a gas decimal number at a high precision', function (done) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user