Jump to content
GreenSock

Nasr Galal

Vue jest mock gsap

Moderator Tag

Recommended Posts

I am using gsap in a component

<script lang="ts">
  import { DiagramSvgHelper } from '@/mixins'
  import { gsap } from "gsap/all"
  import {
    Component
  } from "vue-property-decorator";

  @Component({})
  export default class Diagram extends DiagramSvgHelper {
    // someCodeHere
  }
</script>

I would like to test the component without `gsap`for now, once i created a jest test this response comes:

 

image.thumb.png.3f12133c3480eb7416ac0438bc38710b.png

 

I used `gsap.to()` and `gsap.set()` methods

 

Thanks all :)

 

Link to comment
Share on other sites

Hey Nasr. This is more of a jest question than a GSAP one. Have you tried looking at old forums threads like these? They use the old version of GSAP but the general format should be the same as long as you're importing things correctly:

 

Link to comment
Share on other sites

Hey Zack!
oh yeah, I was looking for threads discussing this issue!
thanks for these recommendations :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×