testing/doc/import.md

8 lines
118 B
Markdown
Raw Permalink Normal View History

2021-09-05 17:55:39 +00:00
## Import
In deno:
```typescript
import { describe, expect, it } from "https://js.thunderk.net/testing/mod.ts";
```