Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 18, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ also be imported directly from GitHub using raw content URLs.
// Import from Deno's third party module registry
import { describe, it } from "https://deno.land/x/[email protected]/mod.ts";
// Import from GitHub
import { describe, it } "https://raw.githubusercontent.com/udibo/test_suite/0.10.2/mod.ts";
import { describe, it } from "https://raw.githubusercontent.com/udibo/test_suite/0.10.2/mod.ts";
```

## Usage
Expand Down