mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
fix(tests): correctly extend eslint config
This commit is contained in:
committed by
Łukasz Mierzwa
parent
6733676bb2
commit
cce3582057
@@ -53,14 +53,14 @@ func TestCustomizationAssets(t *testing.T) {
|
||||
customJS: "../../ui/.env",
|
||||
path: "/custom.js",
|
||||
code: 200,
|
||||
body: "PUBLIC_URL=.\n",
|
||||
body: "PUBLIC_URL=.\nEXTEND_ESLINT=true\n",
|
||||
mime: "text/plain; charset=utf-8",
|
||||
},
|
||||
{
|
||||
customCSS: "../../ui/.env",
|
||||
path: "/custom.css",
|
||||
code: 200,
|
||||
body: "PUBLIC_URL=.\n",
|
||||
body: "PUBLIC_URL=.\nEXTEND_ESLINT=true\n",
|
||||
mime: "text/plain; charset=utf-8",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user