mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
|
describe('test', () => {
|
||
|
it('makes ci happy', () => {
|
||
|
expect(true);
|
||
|
});
|
||
|
});
|