Sharkey/packages/megalodon/test/unit/mastodon.spec.ts

7 lines
115 B
TypeScript
Raw Normal View History

2023-09-24 02:44:53 +03:00
describe('test', () => {
it('should be true', () => {
const res = true
expect(res).toEqual(true)
})
})