Skip to content

sinon.useFakeTimers doesn't work in version 19.0.2, prior 18 version it worked #2625

@Ocke-Janssen

Description

@Ocke-Janssen

Describe the bug
const clock = sinon.useFakeTimers();
doesn't work any longer in version 19.0.2, in prior 18 version it wokred

To Reproduce
const clock = sinon.useFakeTimers();
clock.tick(1900001);
// here time is not gone by
clock.restore();

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugCannot reproduceFor issues we are unable to reproduce.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions