Don't expose Order instances to reporters

This commit is contained in:
Steve Gravrock
2025-09-14 09:44:58 -07:00
parent 27297de3b8
commit 6ab83e25d1
4 changed files with 43 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
describe('DelayedFunctionScheduler', function() {
'use strict';
it('schedules a function for later execution', function() {
const scheduler = new jasmineUnderTest.DelayedFunctionScheduler(),
fn = jasmine.createSpy('fn');