mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
test with marbles
This commit is contained in:
@@ -106,7 +106,7 @@ export function withTestScheduler(
|
||||
continuation: (helpers: OurRunHelpers) => void,
|
||||
): void {
|
||||
const scheduler = new TestScheduler((actual, expected) => {
|
||||
expect(actual).deep.equals(expected);
|
||||
expect(actual).toStrictEqual(expected);
|
||||
});
|
||||
const scope = new ObservableScope();
|
||||
// we set the test scheduler as a global so that you can watch it in a debugger
|
||||
|
||||
Reference in New Issue
Block a user