Skip to content

Instantly share code, notes, and snippets.

@indrajitbnikam
Created October 9, 2020 14:10
Show Gist options
  • Save indrajitbnikam/4410a0baddf1b70ca78042c3261f3da9 to your computer and use it in GitHub Desktop.
Save indrajitbnikam/4410a0baddf1b70ca78042c3261f3da9 to your computer and use it in GitHub Desktop.
// cypress/support/index.ts
// core-js 3.*
require('core-js/es/reflect'); // 👈 I'm keeping only this import statement
// core-js 2.*
require('core-js/es7/reflect');
require('cypress-angular-unit-test/support');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment