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 56e0948 commit 6fc6153Copy full SHA for 6fc6153
setup-local/test/binaryControl.test.js
@@ -66,7 +66,7 @@ describe('Binary Control Operations', () => {
66
sinon.stub(os, 'arch').returns(system.arch);
67
const binaryControl = new BinaryControl();
68
expect(binaryControl.binaryLink).to.eql(system.binary);
69
- expect(binaryControl.binaryFolder).to.include(system.folder);
+ expect(binaryControl.binaryFolder).to.include(path.resolve(system.folder));
70
os.platform.restore();
71
os.arch.restore();
72
});
0 commit comments