From ea071735a0adf6d9e183c75ae51e2c8345a7bac2 Mon Sep 17 00:00:00 2001 From: Wayne Dela Cruz Date: Sun, 12 Mar 2017 18:11:56 +0800 Subject: [PATCH] Create files for testing generators --- async/test/es6-generators.ts | 0 async/tsconfig.json | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 async/test/es6-generators.ts diff --git a/async/test/es6-generators.ts b/async/test/es6-generators.ts new file mode 100644 index 0000000000..e69de29bb2 diff --git a/async/tsconfig.json b/async/tsconfig.json index d02dd8ee4d..787f7207f9 100644 --- a/async/tsconfig.json +++ b/async/tsconfig.json @@ -19,6 +19,7 @@ "files": [ "index.d.ts", "test/index.ts", - "test/explicit.ts" + "test/explicit.ts", + "test/es6-generators.ts" ] }