()
| 856 | |
| 857 | describe("GSAP ops on composition with no GSAP script block", () => { |
| 858 | function freshNoScript() { |
| 859 | return parseMutable(NO_SCRIPT_HTML); |
| 860 | } |
| 861 | |
| 862 | it("addGsapTween throws instead of silent no-op", () => { |
| 863 | expect(() => |
no test coverage detected