79 | // See the Knobs pane for control of this thermometer.
80 | //
81 | // Use Case: Components that take Observables in their props (such as
82 | // Animate) can give Storybook consumers control of those Observables
83 | // using WithObservableKnob.
84 | //
85 | //
86 | // >
87 | // )
88 | // }
89 |
--------------------------------------------------------------------------------
/test/Animate.test.tsx:
--------------------------------------------------------------------------------
1 | import * as React from "react"
2 | import * as ReactDOM from "react-dom"
3 | import { Animate } from "../src"
4 |
5 | describe("it", () => {
6 | it("renders without crashing", () => {
7 | const div = document.createElement("div")
8 | ReactDOM.render(