initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import {expect, test} from '@jest/globals'
|
||||
|
||||
test('tests things', async () => {
|
||||
expect(true).toEqual(true)
|
||||
})
|
||||
Reference in New Issue
Block a user