Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

setupTests.js

Blame
  • Forked from SOFT Core / SOFT 260 / Boost Board Game
    Source project has a limited visibility.
    setupTests.js 97 B
    import '@testing-library/jest-dom/extend-expect';
    
    afterEach(() => {
      jest.clearAllMocks();
    });