5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
import { expect, test } from '@jest/globals'
|
|
|
|
test('sanity check', () => {
|
|
expect(true).toBeTruthy()
|
|
}) |