How to use the raf.mockReset function in raf

To help you get started, we’ve selected a few raf examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tameemsafi / typewriterjs / src / core / __test__ / Typewriter.spec.js View on Github external
it('should call raf method correctly', () => {
        raf.mockReset();
        instance.typeString('test').runEventLoop();
        expect(raf).toHaveBeenCalledTimes(1);
      });

raf

requestAnimationFrame polyfill for node and the browser

MIT
Latest version published 6 years ago

Package Health Score

74 / 100
Full package analysis