mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-29 17:58:08 +08:00
Fix linter issue
This commit is contained in:
parent
c2ecb3a773
commit
9c1d2abf77
@ -5,3 +5,4 @@ CHANGELOG.en-US.md
|
||||
!.*
|
||||
docs/components.d.ts
|
||||
coverage
|
||||
ssr-testing/cases/*
|
||||
|
@ -9,8 +9,8 @@ import ElementPlus, { ID_INJECTION_KEY } from '../dist/element-plus'
|
||||
import type { Browser } from 'puppeteer'
|
||||
|
||||
const projectRoot = process.cwd()
|
||||
const testRoot = `${projectRoot}/ssr-testing`
|
||||
const demoRoot = path.resolve(projectRoot, 'ssr-testing/cases')
|
||||
const testRoot = path.resolve(projectRoot, 'ssr-testing')
|
||||
const demoRoot = path.resolve(testRoot, 'cases')
|
||||
describe('Cypress Button', () => {
|
||||
let browser: Browser
|
||||
beforeAll(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user