0.0.7 • Published 7 years ago

deno_testing v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

deno_testing

npm.io npm.io npm.io npm.io Build Status NPM version

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.

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago