Skip to content
Snippets Groups Projects
Select Git revision
  • 7e9891cda0d423f7d93a371ff8853cdb161df8fd
  • master default protected
2 results

setupTests.js

Blame
  • Forked from SOFT Core / SOFT 260 / React Redux Starter Code
    Source project has a limited visibility.
    setupTests.js 228 B
    // See https://testing-library.com/docs/dom-testing-library/api-queries.
    
    // See also https://github.com/testing-library/jest-dom.
    import '@testing-library/jest-dom/extend-expect';
    
    afterEach(() => {
      jest.clearAllMocks();
    });