ci: Find duplicate and slow tests (#9188)
This commit is contained in:
@@ -286,6 +286,10 @@ afterEach(function (done) {
|
||||
.then(afterLogOut);
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
global.displaySlowTests();
|
||||
});
|
||||
|
||||
const TestObject = Parse.Object.extend({
|
||||
className: 'TestObject',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user