Fix linting
This commit is contained in:
@ -152,7 +152,7 @@ describe("Packer", () => {
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
compiler.throwsException();
|
compiler.throwsException();
|
||||||
return await Packer.toStream(file).catch((error) => {
|
return Packer.toStream(file).catch((error) => {
|
||||||
assert.isDefined(error);
|
assert.isDefined(error);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user