testing/doc/import.md

8 lines
118 B
Markdown

## Import
In deno:
```typescript
import { describe, expect, it } from "https://js.thunderk.net/testing/mod.ts";
```