Chore: housekeeping

This commit is contained in:
Pieter Vander Vennet 2024-07-21 12:30:29 +02:00
parent 4add2d1aff
commit adb2aee0f2
4 changed files with 30 additions and 39 deletions

View file

@ -17,7 +17,7 @@ describe("CreateNoteImportLayer", () => {
}
const layerPrepare = new PrepareLayer(desugaringState)
const layer = layerPrepare.convertStrict(
<any> bookcases,
<any>bookcases,
ConversionContext.test("parse bookcases")
)
const generator = new CreateNoteImportLayer()