Files
add-to-project/__tests__/main.test.ts
Jonathan Clem b4c121a252 Improve linting
2022-01-31 15:38:31 -05:00

6 lines
104 B
TypeScript

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