4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
|
|
import cjsModule from './index.js';
|
||
|
|
|
||
|
|
export const jestExpect = cjsModule.jestExpect;
|