We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075cd12 commit 1670ce9Copy full SHA for 1670ce9
Jakefile.js
@@ -141,8 +141,7 @@ var harnessSources = harnessCoreSources.concat([
141
"session.ts",
142
"versionCache.ts",
143
"convertToBase64.ts",
144
- "transpile.ts",
145
- "projectInit.ts"
+ "transpile.ts"
146
].map(function (f) {
147
return path.join(unittestsDirectory, f);
148
})).concat([
tests/cases/unittests/projectInit.ts
0 commit comments