We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd625c commit ebe3742Copy full SHA for ebe3742
test/src/ZZ/from.js
@@ -1,6 +1,6 @@
1
import test from 'ava' ;
2
3
-import { ZZ , { instanceOf: ValueError } , { instanceOf: TypeError } , MIN_NUMBER , MAX_NUMBER } from '../../../src' ;
+import { ZZ , ValueError , TypeError , MIN_NUMBER , MAX_NUMBER } from '../../../src' ;
4
5
test( 'ZZ.from()' , t => {
6
0 commit comments