chore: remove deprecated config and tests
This commit is contained in:
parent
d151d0ca07
commit
fea82d2cc7
13
records.json
13
records.json
@ -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": {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user