mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-02-07 17:00:13 +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()
|
|
})
|