mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-12 04:57:09 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import {expect, test} from '@jest/globals'
|
|
|
|
test('sanity check', () => {
|
|
expect(true).toBeTruthy()
|
|
})
|