mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-11 12:37:16 +00:00
Add initial action setup
This commit is contained in:
5
__tests__/main.test.ts
Normal file
5
__tests__/main.test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { expect, test } from '@jest/globals'
|
||||
|
||||
test('sanity check', () => {
|
||||
expect(true).toBeTruthy()
|
||||
})
|
||||
Reference in New Issue
Block a user