ci: Find duplicate and slow tests (#9188)
This commit is contained in:
@@ -49,6 +49,7 @@ describe('Cloud Code', () => {
|
||||
});
|
||||
|
||||
it('cloud code must be valid type', async () => {
|
||||
spyOn(console, 'error').and.callFake(() => {});
|
||||
await expectAsync(reconfigureServer({ cloud: true })).toBeRejectedWith(
|
||||
"argument 'cloud' must either be a string or a function"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user