]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21017 Tests: '@testing-library/jest-dom/extend-expect' no longer exists
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>
Tue, 21 Nov 2023 10:02:12 +0000 (11:02 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 24 Nov 2023 20:02:45 +0000 (20:02 +0000)
server/sonar-web/config/jest/SetupJestAxe.ts

index 91eb4a19020ab879e86b865009d6624ca169a6f1..e0e31c9924d56c6a29d6e47c5792ea3cb0f72222 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
-import '@testing-library/jest-dom/extend-expect';
+
 import { axe, toHaveNoViolations } from 'jest-axe';
 
 expect.extend({