mirror of
https://github.com/denoland/deno.git
synced 2025-08-01 17:42:32 +00:00
parent
c5bb412933
commit
e7cab71574
18 changed files with 1154 additions and 396 deletions
|
@ -6,6 +6,8 @@
|
|||
import { test, assert, assertEqual } from "./testing/testing.ts";
|
||||
import { readFileSync } from "deno";
|
||||
|
||||
import "./compiler_test.ts";
|
||||
|
||||
test(async function tests_test() {
|
||||
assert(true);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue