Skip to content

Commit

Permalink
removed mentioing proposed api
Browse files Browse the repository at this point in the history
daimor committed Jun 26, 2020
1 parent 5d2751b commit f8ec3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/runTest.ts
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ async function main() {
// Passed to --extensionTestsPath
const extensionTestsPath = path.resolve(__dirname, "./suite/index");

const launchArgs = ["--enable-proposed-api", "intersystems.servermanager"];
const launchArgs = [];

// Download VS Code, unzip it and run the integration test
await runTests({ extensionDevelopmentPath, extensionTestsPath, launchArgs });

0 comments on commit f8ec3b9

Please sign in to comment.