diff --git a/tsconfig.json b/tsconfig.json index 3e1f078..a6e9d29 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,6 @@ }, "include": [ "./src/**/*", - // We will want to add "./test/**/*" eventually. "./test/integration/manualLaunchScript.ts" ] }