Skip to content

Instantly share code, notes, and snippets.

@pigeonfresh
Created July 2, 2021 08:21
Show Gist options
  • Save pigeonfresh/d8df1685d97e499c368f380f801944df to your computer and use it in GitHub Desktop.
Save pigeonfresh/d8df1685d97e499c368f380f801944df to your computer and use it in GitHub Desktop.
if (process.env.NODE_ENV === 'development') {
import('qa-tools').then((tools: any) => {
tools.gridOverlay();
}).catch(() => console.warn('something is wrong 🙄'))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment