mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
test(frontend): use absolute path for src imports (#9761)
* test(frontend): use absolute path for src imports * Upgrade prettier, fix eslint
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
"author": "Apcahe",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"shortid": "^2.2.15"
|
||||
"shortid": "^2.2.15",
|
||||
"@cypress/code-coverage": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/code-coverage": "^3.1.0",
|
||||
"cypress": "4.3.0",
|
||||
"eslint-plugin-cypress": "^2.10.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user