Skip to content

Commit 901b05c

Browse files
committed
fix: missing extra paren
2 parents e3e637b + 4bcf239 commit 901b05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/e2e_workflow.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ describe('Basic end-to-end Workflow', function () {
473473
};
474474
fs.writeFileSync(configFilePath, JSON.stringify(config, null, 2), 'utf8');
475475
})
476-
.then(() => exec(`${ngBin} build`)
476+
.then(() => exec(`${ngBin} build`))
477477
.catch(() => {
478478
expect('build failed where it should have succeeded').to.equal('');
479479
});

0 commit comments

Comments
 (0)