()
| 19 | // The library drives the CSS fade via a custom property on <body> so a single |
| 20 | // `duration` config controls both the JS stage slide and the CSS fade-in. |
| 21 | const cssDuration = () => document.body.style.getPropertyValue("--driver-animation-duration"); |
| 22 | |
| 23 | describe("animation duration", () => { |
| 24 | it("defaults to 400ms", () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…