mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
7 lines
142 B
JavaScript
7 lines
142 B
JavaScript
import "regenerator-runtime/runtime";
|
|
global.$ = require("jquery");
|
|
global.indexedDb = jest.fn();
|
|
global.monaco = {
|
|
editor: jest.fn(),
|
|
};
|