mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-09 22:26:23 +02:00
Switch to @fetch-mock/vitest
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9fdb952c1d
commit
1beb5970b9
@ -65,7 +65,7 @@
|
||||
"devDependencies": {
|
||||
"@casualbot/jest-sonar-reporter": "^2.5.0",
|
||||
"@element-hq/element-web-playwright-common": "2.2.4",
|
||||
"@fetch-mock/jest": "^0.2.20",
|
||||
"@fetch-mock/vitest": "^0.2.18",
|
||||
"@matrix-org/react-sdk-module-api": "^2.5.0",
|
||||
"@playwright/test": "1.57.0",
|
||||
"@storybook/addon-a11y": "^10.0.7",
|
||||
|
||||
@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Com
|
||||
Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
import "@testing-library/jest-dom";
|
||||
import "@testing-library/vitest";
|
||||
import fetchMock from "@fetch-mock/jest";
|
||||
|
||||
import { setLanguage } from "../../src/utils/i18n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user