From 08d3850fa88df2319300874c701da1415b7372a0 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 28 May 2018 11:16:38 -0400 Subject: Add tests.ts for fast unit tests. Also deno_testing/ which will be released as a standalone module. --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 4de82936c..769d75b46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,6 @@ "allowUnreachableCode": false, "experimentalDecorators": true }, - "include": ["*.ts", "*.js"] + "include": ["*.ts", "*.js"], + "exclude": ["tests.ts"] } -- cgit v1.2.3