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\"": [
|
"app-manifest-webpack-plugin for \"/home/gkleen/projects/uni2work/static/wp-4.41/iconstats-[hash].json\"": [
|
||||||
{
|
{
|
||||||
"chunks": {
|
"chunks": {
|
||||||
|
|||||||
@ -15,7 +15,8 @@ spec = withApp $ do
|
|||||||
it "has correct User-agent" $ do
|
it "has correct User-agent" $ do
|
||||||
get $ WellKnownR RobotsTxt
|
get $ WellKnownR RobotsTxt
|
||||||
bodyContains "User-agent: *"
|
bodyContains "User-agent: *"
|
||||||
describe "favicon.ico" $ do
|
-- FIXME: deprecated, check for assets/favicons instead!
|
||||||
it "gives a 200" $ do
|
--describe "favicon.ico" $ do
|
||||||
get $ WellKnownR FaviconIco
|
-- it "gives a 200" $ do
|
||||||
statusIs 200
|
-- get $ WellKnownR FaviconIco
|
||||||
|
-- statusIs 200
|
||||||
|
|||||||
Reference in New Issue
Block a user