We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac2e4a commit 96adc8fCopy full SHA for 96adc8f
test/module-type-prebuild-install.ts
@@ -41,7 +41,6 @@ describe('prebuild-install', () => {
41
forceBuildFromSource: true,
42
});
43
const prebuildInstall = new PrebuildInstall(rebuilder, modulePath);
44
- console.log(await prebuildInstall.getPrebuildInstallArgs('prebuild-install-path'))
45
expect(
46
await prebuildInstall.getPrebuildInstallArgs('prebuild-install-path')
47
).to.include('--build-from-source');
0 commit comments