Skip to content

Commit ebe3742

Browse files
Revert ":mag: test: Fix t.throws calls."
This reverts commit 28d8225.
1 parent 4fd625c commit ebe3742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/ZZ/from.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import test from 'ava' ;
22

3-
import { ZZ , { instanceOf: ValueError } , { instanceOf: TypeError } , MIN_NUMBER , MAX_NUMBER } from '../../../src' ;
3+
import { ZZ , ValueError , TypeError , MIN_NUMBER , MAX_NUMBER } from '../../../src' ;
44

55
test( 'ZZ.from()' , t => {
66

0 commit comments

Comments
 (0)