Skip to content

Commit 5f80ab3

Browse files
🔍 test(ZZ.from): Split imports for clarity.
1 parent ebe3742 commit 5f80ab3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/src/ZZ/from.js

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

3-
import { ZZ , ValueError , TypeError , MIN_NUMBER , MAX_NUMBER } from '../../../src' ;
3+
import { ValueError } from '../../../src';
4+
import { TypeError } from '../../../src';
5+
import { MIN_NUMBER , MAX_NUMBER } from '../../../src' ;
6+
import { ZZ } from '../../../src' ;
47

58
test( 'ZZ.from()' , t => {
69

0 commit comments

Comments
 (0)