8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
// WARNING - Do not get deps from a bundler website!
|
|
|
|
export {
|
|
describe,
|
|
expect,
|
|
it,
|
|
mockfn,
|
|
} from "https://code.thunderk.net/typescript/devtools/raw/1.3.0/testing.ts";
|