mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-05 16:49:17 +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)
|
||
|
})
|
||
|
})
|