chore: remove deprecated config and tests

This commit is contained in:
Sarah Vaupel 2024-09-17 01:01:41 +02:00
parent d151d0ca07
commit fea82d2cc7
2 changed files with 5 additions and 17 deletions

View File

@ -1,17 +1,4 @@
{
"app-manifest-webpack-plugin for \"../../config/favicon.json\"": [
{
"chunks": {
"byName": {},
"bySource": {},
"usedIds": []
},
"modules": {
"byIdentifier": {},
"usedIds": {}
}
}
],
"app-manifest-webpack-plugin for \"/home/gkleen/projects/uni2work/static/wp-4.41/iconstats-[hash].json\"": [
{
"chunks": {

View File

@ -15,7 +15,8 @@ spec = withApp $ do
it "has correct User-agent" $ do
get $ WellKnownR RobotsTxt
bodyContains "User-agent: *"
describe "favicon.ico" $ do
it "gives a 200" $ do
get $ WellKnownR FaviconIco
statusIs 200
-- FIXME: deprecated, check for assets/favicons instead!
--describe "favicon.ico" $ do
-- it "gives a 200" $ do
-- get $ WellKnownR FaviconIco
-- statusIs 200