mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
Add linting
This commit is contained in:
@@ -29,7 +29,9 @@ describe('bootNGF', () => {
|
||||
beforeAll(() => {
|
||||
try {
|
||||
fs.unlinkSync('./basic.ngf')
|
||||
} catch { }
|
||||
} catch {
|
||||
// empty
|
||||
}
|
||||
})
|
||||
|
||||
test('valid', () => {
|
||||
|
||||
Reference in New Issue
Block a user