mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 05:34:49 +00:00
parent
57f4e6a864
commit
0eed9b3029
7 changed files with 1800 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
import { test, assert, assertEqual, equal } from "./mod.ts";
|
||||
import "./format_test.ts";
|
||||
import "./diff_test.ts";
|
||||
import "./pretty_test.ts";
|
||||
|
||||
test(function testingEqual() {
|
||||
assert(equal("world", "world"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue