deno.land / x / msgpack_javascript@v3.0.0-beta2 / test / karma-run.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* eslint-disable @typescript-eslint/no-unsafe-call */// the util module requires process.env(globalThis as any).process = { env: {},};
(globalThis as any).Buffer = require("buffer").Buffer;
// import "util" first,// because core-js breaks the util polyfll (https://github.com/browserify/node-util) on IE11.require("util");
require("core-js");
const testsContext = (require as any).context(".", true, /\.test\.ts$/);
testsContext.keys().forEach(testsContext);
msgpack_javascript

Version Info

Tagged at
a year ago