Fix linting

This commit is contained in:
Dolan Miu
2022-09-15 12:39:30 +01:00
parent 9f3940746a
commit 2b01a6006c

View File

@ -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);
}); });
}); });