mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
7 lines
296 B
TypeScript
7 lines
296 B
TypeScript
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
|
|
// This test is executed as part of tools/test.py
|
|
// But it can also be run manually: ./out/debug/deno js/unit_tests.ts
|
|
import "./compiler_test.ts";
|
|
import "./console_test.ts";
|
|
import "./os_test.ts";
|
|
import "./fetch_test.ts";
|