mirror of
https://github.com/dadosfera/maestro.git
synced 2026-09-15 08:24:47 +00:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
describe('PipelinesGrpcServerService', () => {
|
|
it('should be defined', () => {
|
|
expect(2 + 2).toBe(4);
|
|
});
|
|
});
|