summaryrefslogtreecommitdiff
path: root/js/unit_tests.ts
blob: 88e6fb9d947342c489aaf20f866a3231427afda5 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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 "./fetch_test.ts";
import "./os_test.ts";
import "./read_file_test.ts";
import "./write_file_test.ts";
import "./mkdir_test.ts";
import "./stat_test.ts";