bundler/deps.testing.ts

9 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";