mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-15 14:36:51 +00:00
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
import { expect, test } from '@jest/globals'
|
|
|
|
test('sanity check', () => {
|
|
expect(true).toBeTruthy()
|
|
}) |