File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ class SpaRoutesSuite extends CatsEffectSuite:
43
43
_ <- assertIOBoolean(resp.map(_.status == Status .Ok ))
44
44
body <- resp.flatMap(_.bodyText.compile.string)
45
45
yield
46
- println(body)
47
46
assert(body.contains(""" <link rel="modulepreload" href="internal-xxxx.js?h=internalHash" />""" ))
48
47
assert(! body.contains(" mainHash" ))
49
48
end for
@@ -64,7 +63,6 @@ class SpaRoutesSuite extends CatsEffectSuite:
64
63
_ <- assertIOBoolean(resp.map(_.status == Status .Ok ))
65
64
body <- resp.flatMap(_.bodyText.compile.string)
66
65
yield
67
- println(body)
68
66
assert(body.contains(""" <link rel="modulepreload" href="internal-xxxx.js?h=internalHash" />""" ))
69
67
assert(! body.contains(""" mainHash""" ))
70
68
end for
@@ -85,7 +83,6 @@ class SpaRoutesSuite extends CatsEffectSuite:
85
83
_ <- assertIOBoolean(resp.map(_.status == Status .Ok ))
86
84
body <- resp.flatMap(_.bodyText.compile.string)
87
85
yield
88
- println(body)
89
86
assert(! body.contains(" mainHash" ))
90
87
assert(body.contains(""" <link rel="modulepreload" href="internal-xxxx.js?h=internalHash" />""" ))
91
88
end for
You can’t perform that action at this time.
0 commit comments