UNPKG

intern

Version:

Intern. A next-generation code testing stack for JavaScript.

7 lines (6 loc) 160 B
import NodeExecutor from './lib/executors/Node'; declare const intern: NodeExecutor; export default intern; declare global { const intern: NodeExecutor; }