mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-05 20:30:48 -06:00
7 lines
115 B
TypeScript
7 lines
115 B
TypeScript
|
describe('test', () => {
|
||
|
it('should be true', () => {
|
||
|
const res = true
|
||
|
expect(res).toEqual(true)
|
||
|
})
|
||
|
})
|