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