提交 c73c381c 编写于 作者: A Andre Weinand

Revert "temporarily disable faling smoke test"

This reverts commit 8a9e3891.
上级 5bc66872
......@@ -27,12 +27,12 @@ export function testJavaScriptDebug() {
return await app.stop();
});
// it('autodetects program attribute for launch.json', async function () {
// await jsDebug.openDebugViewlet();
// await jsDebug.pressConfigureLaunchJson();
// const value = await jsDebug.getProgramConfigValue();
// process.platform === 'win32' ? assert.equal(value, '${workspaceRoot}\\bin\\www') : assert.equal(value, '${workspaceRoot}/bin/www');
// });
it('autodetects program attribute for launch.json', async function () {
await jsDebug.openDebugViewlet();
await jsDebug.pressConfigureLaunchJson();
const value = await jsDebug.getProgramConfigValue();
process.platform === 'win32' ? assert.equal(value, '${workspaceRoot}\\bin\\www') : assert.equal(value, '${workspaceRoot}/bin/www');
});
it(`can set a breakpoint and verify if it's set`, async function () {
await common.openFirstMatchFile('index.js');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册