mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-02-08 01:10:12 +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()
|
||
|
})
|