File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,9 @@ describe('index exports', () => {
88 expect ( index . genBase36Hash ) . toBeDefined ( ) ;
99 expect ( index . transpile ) . toBeDefined ( ) ;
1010 expect ( index . transpileAtomic ) . toBeDefined ( ) ;
11- expect ( index . transformNestedSelectors ) . toBeDefined ( ) ;
1211 expect ( index . splitAtomicAndNested ) . toBeDefined ( ) ;
1312 expect ( index . processAtomicProps ) . toBeDefined ( ) ;
1413 expect ( index . overrideLonghand ) . toBeDefined ( ) ;
15-
1614 expect ( index . build ) . toBeDefined ( ) ;
1715 expect ( index . camelToKebabCase ) . toBeDefined ( ) ;
1816 expect ( index . applyCssValue ) . toBeDefined ( ) ;
@@ -22,7 +20,6 @@ describe('index exports', () => {
2220 expect ( typeof index . genBase36Hash ) . toBe ( 'function' ) ;
2321 expect ( typeof index . transpile ) . toBe ( 'function' ) ;
2422 expect ( typeof index . transpileAtomic ) . toBe ( 'function' ) ;
25- expect ( typeof index . transformNestedSelectors ) . toBe ( 'function' ) ;
2623 expect ( typeof index . splitAtomicAndNested ) . toBe ( 'function' ) ;
2724 expect ( typeof index . processAtomicProps ) . toBe ( 'function' ) ;
2825 expect ( typeof index . overrideLonghand ) . toBe ( 'function' ) ;
You can’t perform that action at this time.
0 commit comments