Skip to content

Commit 456ceb0

Browse files
🔍 test(integer/examples): Fix import.
1 parent af63605 commit 456ceb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/integer/examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from 'ava' ;
2-
import { parse , stringify , add } from '../../../../src' ;
2+
import { parse , stringify , add } from '../../../src' ;
33

44
function macro ( t , A , x , B , y , C , z ) {
55
const a = parse( A , x ) ;

0 commit comments

Comments
 (0)