Files
add-to-project/__tests__/main.test.ts
2022-01-31 14:09:42 -05:00

5 lines
105 B
TypeScript

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