UNPKG

@hayspec/runner

Version:

Tests runner for Hayspec framework.

10 lines (6 loc) 171 B
import { Spec } from '@hayspec/spec'; const spec = new Spec(); spec.test('hasOnly() returns true', async (ctx) => { await ctx.sleep(1000); }); export default spec;