mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-15 11:46:56 +01:00
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
describe('test', () => {
|
|
it('should be true', () => {
|
|
const res = true
|
|
expect(res).toEqual(true)
|
|
})
|
|
})
|