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" ] }