mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 15:25:01 +03:00
4 lines
153 B
JavaScript
4 lines
153 B
JavaScript
// Inject jest's assertion (expect) into global scope for the Mocha
|
|
// to use same assertion between node-swc & rest.
|
|
global.expect = require("expect");
|