Skip to content

Commit 6511d95

Browse files
committedJun 16, 2016
remove timeout
1 parent 9c3254d commit 6511d95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎test/big.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
var BigNum = require('../')
22
var test = require('tap').test
33

4-
test.setTimeout(120000)
5-
64
test('create', { timeout: 120000 }, function (t) {
75
t.deepEqual(BigNum(1337).toString(), '1337')
86
t.deepEqual(BigNum('1337').toString(), '1337')

0 commit comments

Comments
 (0)
Please sign in to comment.