Skip to content

Commit 3c5efec

Browse files
🔍 test: Add sanity check for DEFAULT_REPRESENTATION_BASE.
1 parent b9e8f0d commit 3c5efec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import test from 'ava' ;
2+
3+
import {
4+
DEFAULT_REPRESENTATION_BASE ,
5+
MAX_BASE ,
6+
} from '../../../src' ;
7+
8+
test( 'DEFAULT_REPRESENTATION_BASE <= MAX_BASE' , t => { t.true(DEFAULT_REPRESENTATION_BASE <= MAX_BASE) }) ;

0 commit comments

Comments
 (0)