React

eslint no-undef 특정파일에서 off하기, cypress를 위한 spec 작성시 cy 사용

Asset Type
File Type
When to use
Last edited time
2022/05/05 12:51
Created by
Reference
/*eslint no-undef: "off"*/ /// <reference types="cypress" /> describe("Todo", () => { beforeEach(() => { cy.visit("/"); });
TypeScript
복사