gsap-test

Installation
SKILL.md

GSAP Test & Debug

Flow: gsap-setup → gsap-animate → gsap-optimise → gsap-test

Companion: This skill covers testing and debugging recipes. No API overlap — unique to this plugin.


1. Vitest — Animation Cleanup

import { describe, it, expect, vi, afterEach } from 'vitest'
import { mount } from '@vue/test-utils'
import { gsap } from 'gsap'

afterEach(() => gsap.globalTimeline.clear())
Installs
29
GitHub Stars
6
First Seen
May 2, 2026
gsap-test — iotron/gsap-cookbook