Added useSlider hook and mouse interaction test.
This commit is contained in:
+2
-1
@@ -6,6 +6,7 @@
|
||||
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
||||
"module": "ESNext",
|
||||
"skipLibCheck": true,
|
||||
"types": ["cypress", "node", "cypress-real-events"],
|
||||
|
||||
/* Bundler mode */
|
||||
"moduleResolution": "bundler",
|
||||
@@ -22,5 +23,5 @@
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true
|
||||
},
|
||||
"include": ["src"]
|
||||
"include": ["src", "cypress"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user