Skip to content
Snippets Groups Projects
Select Git revision
  • b53fa2b3b05741f88dacb35ccfd73651b6f9f191
  • main default protected
2 results

texMath.js

Blame
  • setupTests.js 97 B
    import '@testing-library/jest-dom/extend-expect';
    
    afterEach(() => {
      jest.clearAllMocks();
    });