0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00

fix(testing): readme import url (denoland/deno_std#81)

Original: 9d3d90560c
This commit is contained in:
木杉 2019-01-04 18:09:42 +08:00 committed by Ryan Dahl
parent 9e19717d75
commit f918e3faac

View file

@ -3,7 +3,7 @@
## Usage ## Usage
```ts ```ts
import { test, assert, equal, assertEqual } from 'https://deno.land/x/testing/testing.ts'; import { test, assert, equal, assertEqual } from 'https://deno.land/x/testing/mod.ts';
test({ test({
name: 'testing example', name: 'testing example',