mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-31 19:26:36 +08:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import {expect, test} from '@jest/globals'
|
|
|
|
test('dummy test', async () => {
|
|
expect(true).toBeTruthy()
|
|
})
|