Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kenmori/5c7c806c7af596f33caa6c4c92b883e0 to your computer and use it in GitHub Desktop.
Save kenmori/5c7c806c7af596f33caa6c4c92b883e0 to your computer and use it in GitHub Desktop.
jest x apolloでmock query data を使っているのだけれど dataのところでundefinedになってテストで落ちる

TypeError: Cannot destructure property [PropertyName] of 'undefined' or 'null'.

jest x apolloでmock query data を使っているのだけれど dataのところでundefinedになってテストで落ちる

not jest setting,

fix this below.

add loading then if loading is true, return something to do not pass data

good!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment