abhiaiyer91 / apollo-storybook-decorator

Wrap your storybook environment with Apollo Client, provide mocks for isolated UI testing with GraphQL
332 stars 34 forks source link

Fix #36 Resolve a delay setting of 0 being interpreted as false #128

Closed culshaw closed 4 years ago

culshaw commented 4 years ago

Resolves #36

Allows the user to specify a delay, that can be 0, by checking whether the type of the variable is a number, rather than a falsy test