mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-28 23:43:03 +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)
|
||
|
})
|
||
|
})
|