Use https instead of http.

Original: 2d8d8247da
This commit is contained in:
Ryan Dahl 2018-11-07 23:22:33 -05:00
parent 423424f1da
commit 5f74f7eebe
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
//import { listen } from "./server.ts";
import { test } from "http://deno.land/x/testing/testing.ts";
import { test } from "https://deno.land/x/testing/testing.ts";
test(function basic() {
console.log("ok");