Add linting

This commit is contained in:
John J. Camilleri
2021-10-04 15:26:50 +02:00
parent 1f72ef77c4
commit 634508eaa8
6 changed files with 908 additions and 13 deletions

View File

@@ -29,7 +29,9 @@ describe('bootNGF', () => {
beforeAll(() => {
try {
fs.unlinkSync('./basic.ngf')
} catch { }
} catch {
// empty
}
})
test('valid', () => {