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 1e6fc13 commit 326f664Copy full SHA for 326f664
test/src/integer/constants.js
@@ -0,0 +1,6 @@
1
+import test from 'ava' ;
2
+
3
+import { ZZ , $0 , $1 } from '../../../src' ;
4
5
+test( '$0 == ZZ.$0' , t => { t.true($0().eq(ZZ.$0())) ; } ) ;
6
+test( '$1 == ZZ.$1' , t => { t.true($1().eq(ZZ.$1())) ; } ) ;
0 commit comments