i am trying to run test with Sinon and get error time out,
Error: Timeout occured when executing test file
and no testing runing
Comments: This may be due to the fact that sinon mocks setTimeout by default. Try turning this feature off, for example: sinon.config = { useFakeTimers: false };
Error: Timeout occured when executing test file
and no testing runing
Comments: This may be due to the fact that sinon mocks setTimeout by default. Try turning this feature off, for example: sinon.config = { useFakeTimers: false };