setup-graalvm/__tests__/main.test.ts

6 lines
108 B
TypeScript
Raw Normal View History

2022-01-03 08:43:40 +01:00
import {expect, test} from '@jest/globals'
test('dummy test', async () => {
expect(true).toBeTruthy()
})