We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841bcc6 commit d59d378Copy full SHA for d59d378
lib/src/slider/Slider.test.js
@@ -1,7 +1,7 @@
1
import React from "react";
2
import { render, fireEvent, act } from "@testing-library/react";
3
-import DxcSlider from "./Slider";
4
import userEvent from "@testing-library/user-event";
+import DxcSlider from "./Slider";
5
6
describe("Slider component tests", () => {
7
test("Slider renders with correct text", () => {
0 commit comments