Add GitHub action infrastructure.
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('dummy test', async () => {
|
||||
expect(true).toBeTruthy()
|
||||
})
|
||||
Reference in New Issue
Block a user