Skip to content

Commit

Permalink
chore: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gribnoysup committed Jun 3, 2023
1 parent 1ac2e4a commit 96adc8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/module-type-prebuild-install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ describe('prebuild-install', () => {
forceBuildFromSource: true,
});
const prebuildInstall = new PrebuildInstall(rebuilder, modulePath);
console.log(await prebuildInstall.getPrebuildInstallArgs('prebuild-install-path'))
expect(
await prebuildInstall.getPrebuildInstallArgs('prebuild-install-path')
).to.include('--build-from-source');
Expand Down

0 comments on commit 96adc8f

Please sign in to comment.