mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
Remove console.log in tests
Change-type: patch Changelog-entry: Remove console.log in tests Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
deb3db0fff
commit
6c49c71b3f
@ -700,11 +700,6 @@ describe('Shared: DriveConstraints', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should return false if the drive is not large enough and is a source drive', function () {
|
it('should return false if the drive is not large enough and is a source drive', function () {
|
||||||
console.log('YAYYY', {
|
|
||||||
...image,
|
|
||||||
path: path.join(this.mountpoint, 'rpi.img'),
|
|
||||||
size: 5000000000,
|
|
||||||
});
|
|
||||||
expect(
|
expect(
|
||||||
constraints.isDriveValid(this.drive, {
|
constraints.isDriveValid(this.drive, {
|
||||||
...image,
|
...image,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user