setup-graalvm/__tests__/main.test.ts
2022-01-03 09:51:37 +01:00

6 lines
108 B
TypeScript

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