mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-06 06:33:08 +02:00
7 lines
115 B
TypeScript
7 lines
115 B
TypeScript
|
describe('test', () => {
|
||
|
it('should be true', () => {
|
||
|
const res = true
|
||
|
expect(res).toEqual(true)
|
||
|
})
|
||
|
})
|