Improve linting

This commit is contained in:
Jonathan Clem
2022-01-31 15:38:31 -05:00
parent 609b064e53
commit b4c121a252
15 changed files with 1980 additions and 9370 deletions

View File

@@ -1,5 +1,5 @@
import { expect, test } from '@jest/globals'
import {expect, test} from '@jest/globals'
test('sanity check', () => {
expect(true).toBeTruthy()
})
})