Skip to content

Commit

Permalink
test(core): assert that makers' output files are in the correct direc…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
malept committed Nov 17, 2018
1 parent 5eee34f commit 50a4f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/core/test/slow/api_spec_slow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ describe(`electron-forge API (with installer=${nodeInstaller})`, () => {
for (const outputResult of outputs) {
for (const output of outputResult.artifacts) {
expect(await fs.pathExists(output)).to.equal(true);
expect(output.startsWith(path.resolve(dir, 'out', 'make'))).to.equal(true);
}
}
});
Expand Down

0 comments on commit 50a4f06

Please sign in to comment.