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 af63605 commit 456ceb0Copy full SHA for 456ceb0
test/src/integer/examples.js
@@ -1,5 +1,5 @@
1
import test from 'ava' ;
2
-import { parse , stringify , add } from '../../../../src' ;
+import { parse , stringify , add } from '../../../src' ;
3
4
function macro ( t , A , x , B , y , C , z ) {
5
const a = parse( A , x ) ;
0 commit comments