Socket
Socket
Sign inDemoInstall

jest-fake-timers

Package Overview
Dependencies
313
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "jest-fake-timers",
"version": "1.0.1",
"version": "1.0.2",
"description": "sinon-alike wrapper for jest.useFakeTimers() which adds Date.now() and performane.now() mocking",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -28,4 +28,4 @@ ### jest-fake-timers

* **runAllTimers()** Runs [jest.runAllTimers()](https://jestjs.io/docs/en/jest-object#jestrunalltimers)
* **runOnlyPendingTimers** Runs [runOnlyPendingTimers()](https://jestjs.io/docs/en/jest-object#jestrunonlypendingtimers)
* **runAllTicks** Runs [runAllTicks()](https://jestjs.io/docs/en/jest-object#jestrunallticks)
* **runAllImmediates** Runs [runAllImmediates()](https://jestjs.io/docs/en/jest-object#jestrunallimmediates)
* **runOnlyPendingTimers** Runs [jest.runOnlyPendingTimers()](https://jestjs.io/docs/en/jest-object#jestrunonlypendingtimers)
* **runAllTicks** Runs [jest.runAllTicks()](https://jestjs.io/docs/en/jest-object#jestrunallticks)
* **runAllImmediates** Runs [jest.runAllImmediates()](https://jestjs.io/docs/en/jest-object#jestrunallimmediates)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc