1
0
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:
Dan Finlay 2017-05-17 00:33:19 -07:00
parent e26501aa01
commit 6f02f5bc5d

View File

@ -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) {