0.0.7 • Published 7 years ago
deno_testing v0.0.7
deno_testing
Package for demonstrating deno functionality
Usage
Imports reference source code from URLs:
import { test } from "https://unpkg.com/deno_testing@^0.0.5/testing.ts";
console.log(test);
Remote code is fetched and cached on first execution, and never updated until the code is run with the --reload flag.
The above code will output:
deno is available
Notice
Currently deno does not support fething from http.
License
deno_testing is released under the MIT License. See the bundled LICENSE file for details.