chore: add jest global variables (#42573)

This commit is contained in:
Huyen Nguyen
2021-06-20 14:14:42 +07:00
committed by GitHub
parent 42e8b2247e
commit 2c16234853
82 changed files with 8 additions and 114 deletions

View File

@ -1,4 +1,4 @@
/* global cy expect */
/* global cy */
const selectors = {
challengeMap: "[data-test-label='learn-curriculum-map']"

View File

@ -1,4 +1,4 @@
/* global cy expect */
/* global cy */
const locations = {
chalSuper: '/challenges/responsive-web-design/',

View File

@ -1,4 +1,4 @@
/* global cy expect */
/* global cy */
import '@testing-library/cypress/add-commands';

View File

@ -1,4 +1,4 @@
/* global cy expect */
/* global cy */
describe('Settings', () => {
it('should be possible to reset your progress', () => {

View File

@ -1,4 +1,4 @@
/* global cy expect */
/* global cy */
describe('Report User', () => {
beforeEach(() => {