mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-25 23:45:13 +00:00
7 lines
115 B
TypeScript
7 lines
115 B
TypeScript
|
describe('test', () => {
|
||
|
it('should be true', () => {
|
||
|
const res = true
|
||
|
expect(res).toEqual(true)
|
||
|
})
|
||
|
})
|