3 lines
64 B
JavaScript
3 lines
64 B
JavaScript
|
|
import {expect} from './index.js';
|
||
|
|
|
||
|
|
globalThis.expect = expect;
|