mirror of
https://github.com/prymitive/karma
synced 2026-05-23 04:42:58 +00:00
fix(ui): migrate to cra v4
This commit is contained in:
committed by
Łukasz Mierzwa
parent
f225143775
commit
db0aa0bab9
@@ -51,14 +51,14 @@ func TestCustomizationAssets(t *testing.T) {
|
||||
customJS: "../../ui/.env",
|
||||
path: "/custom.js",
|
||||
code: 200,
|
||||
body: "PUBLIC_URL=.\nEXTEND_ESLINT=true\n",
|
||||
body: "PUBLIC_URL=.\nFAST_REFRESH=false\n",
|
||||
mime: "application/javascript",
|
||||
},
|
||||
{
|
||||
customCSS: "../../ui/.env",
|
||||
path: "/custom.css",
|
||||
code: 200,
|
||||
body: "PUBLIC_URL=.\nEXTEND_ESLINT=true\n",
|
||||
body: "PUBLIC_URL=.\nFAST_REFRESH=false\n",
|
||||
mime: "text/css",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user