Skip to content

Commit 51f71b1

Browse files
committed
migration
1 parent 72a6c26 commit 51f71b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+108
-104
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ cache:
77
npm: true
88
directories:
99
- node_modules
10+
services:
11+
- xvfb
1012
before_install:
1113
- cd front
1214
before_script:

front/coverage/clover.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<coverage generated="1582963807794" clover="3.2.0">
3-
<project timestamp="1582963807794" name="All files">
4-
<metrics statements="444" coveredstatements="294" conditionals="342" coveredconditionals="93" methods="67" coveredmethods="37" elements="853" coveredelements="424" complexity="0" loc="444" ncloc="444" packages="25" files="32" classes="32">
2+
<coverage generated="1583048391359" clover="3.2.0">
3+
<project timestamp="1583048391359" name="All files">
4+
<metrics statements="444" coveredstatements="294" conditionals="342" coveredconditionals="92" methods="67" coveredmethods="37" elements="853" coveredelements="423" complexity="0" loc="444" ncloc="444" packages="25" files="32" classes="32">
55
<package name="src.components.backToTop">
66
<metrics statements="34" coveredstatements="19" conditionals="32" coveredconditionals="6" methods="8" coveredmethods="4"/>
77
<file name="BackToTop.tsx" path="/Users/mackentoch/GitProjects/react-bootstrap-webpack-starter/front/src/components/backToTop/BackToTop.tsx">
@@ -176,9 +176,9 @@
176176
</file>
177177
</package>
178178
<package name="src.components.navigation">
179-
<metrics statements="27" coveredstatements="20" conditionals="22" coveredconditionals="6" methods="6" coveredmethods="3"/>
179+
<metrics statements="27" coveredstatements="20" conditionals="22" coveredconditionals="5" methods="6" coveredmethods="3"/>
180180
<file name="NavigationBar.tsx" path="/Users/mackentoch/GitProjects/react-bootstrap-webpack-starter/front/src/components/navigation/NavigationBar.tsx">
181-
<metrics statements="25" coveredstatements="18" conditionals="22" coveredconditionals="6" methods="6" coveredmethods="3"/>
181+
<metrics statements="25" coveredstatements="18" conditionals="22" coveredconditionals="5" methods="6" coveredmethods="3"/>
182182
<line num="1" count="2" type="stmt"/>
183183
<line num="2" count="2" type="stmt"/>
184184
<line num="11" count="2" type="stmt"/>
@@ -281,35 +281,35 @@
281281
<line num="32" count="5" type="stmt"/>
282282
<line num="42" count="5" type="stmt"/>
283283
<line num="46" count="5" type="stmt"/>
284-
<line num="54" count="4" type="cond" truecount="2" falsecount="0"/>
285-
<line num="57" count="4" type="stmt"/>
284+
<line num="54" count="5" type="cond" truecount="2" falsecount="0"/>
285+
<line num="57" count="5" type="stmt"/>
286286
<line num="67" count="5" type="stmt"/>
287-
<line num="68" count="5" type="stmt"/>
288-
<line num="70" count="5" type="stmt"/>
289-
<line num="82" count="4" type="stmt"/>
287+
<line num="68" count="6" type="stmt"/>
288+
<line num="70" count="6" type="stmt"/>
289+
<line num="82" count="5" type="stmt"/>
290290
<line num="83" count="1" type="stmt"/>
291291
<line num="84" count="1" type="stmt"/>
292292
<line num="85" count="1" type="cond" truecount="1" falsecount="1"/>
293293
<line num="87" count="1" type="cond" truecount="1" falsecount="1"/>
294294
<line num="93" count="1" type="stmt"/>
295295
<line num="94" count="1" type="stmt"/>
296-
<line num="97" count="4" type="stmt"/>
296+
<line num="97" count="5" type="stmt"/>
297297
<line num="98" count="0" type="stmt"/>
298298
<line num="99" count="0" type="stmt"/>
299299
<line num="101" count="0" type="cond" truecount="0" falsecount="2"/>
300300
<line num="107" count="0" type="stmt"/>
301301
<line num="108" count="0" type="stmt"/>
302-
<line num="111" count="4" type="cond" truecount="0" falsecount="2"/>
302+
<line num="111" count="5" type="cond" truecount="0" falsecount="2"/>
303303
<line num="112" count="0" type="stmt"/>
304304
<line num="113" count="0" type="stmt"/>
305305
<line num="115" count="0" type="cond" truecount="0" falsecount="2"/>
306306
<line num="121" count="0" type="stmt"/>
307-
<line num="124" count="4" type="stmt"/>
307+
<line num="124" count="5" type="stmt"/>
308308
<line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
309309
<line num="126" count="0" type="stmt"/>
310310
<line num="128" count="0" type="cond" truecount="0" falsecount="2"/>
311311
<line num="134" count="0" type="stmt"/>
312-
<line num="138" count="4" type="stmt"/>
312+
<line num="138" count="5" type="stmt"/>
313313
<line num="139" count="1" type="stmt"/>
314314
<line num="140" count="1" type="stmt"/>
315315
<line num="142" count="1" type="cond" truecount="1" falsecount="1"/>

front/coverage/coverage-final.json

+2-2
Large diffs are not rendered by default.

front/coverage/lcov-report/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h1>
369369
</div><!-- /wrapper -->
370370
<div class='footer quiet pad2 space-top1 center small'>
371371
Code coverage
372-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
372+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
373373
</div>
374374
</div>
375375
<script src="prettify.js"></script>

front/coverage/lcov-report/src/components/backToTop/BackToTop.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ <h1>
323323
</div><!-- /wrapper -->
324324
<div class='footer quiet pad2 space-top1 center small'>
325325
Code coverage
326-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
326+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
327327
</div>
328328
</div>
329329
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/backToTop/backToTopButton/BackToTopButton.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ <h1>
278278
</div><!-- /wrapper -->
279279
<div class='footer quiet pad2 space-top1 center small'>
280280
Code coverage
281-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
281+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
282282
</div>
283283
</div>
284284
<script src="../../../../prettify.js"></script>

front/coverage/lcov-report/src/components/backToTop/backToTopButton/UpIcon.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h1>
107107
</div><!-- /wrapper -->
108108
<div class='footer quiet pad2 space-top1 center small'>
109109
Code coverage
110-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
110+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
111111
</div>
112112
</div>
113113
<script src="../../../../prettify.js"></script>

front/coverage/lcov-report/src/components/backToTop/backToTopButton/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1>
7070
</div><!-- /wrapper -->
7171
<div class='footer quiet pad2 space-top1 center small'>
7272
Code coverage
73-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
73+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
7474
</div>
7575
</div>
7676
<script src="../../../../prettify.js"></script>

front/coverage/lcov-report/src/components/backToTop/backToTopButton/styled/WithRightMargin.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1>
5050
</div><!-- /wrapper -->
5151
<div class='footer quiet pad2 space-top1 center small'>
5252
Code coverage
53-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
53+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
5454
</div>
5555
</div>
5656
<script src="../../../../../prettify.js"></script>

front/coverage/lcov-report/src/components/backToTop/backToTopButton/styled/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>
5757
</div><!-- /wrapper -->
5858
<div class='footer quiet pad2 space-top1 center small'>
5959
Code coverage
60-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
60+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
6161
</div>
6262
</div>
6363
<script src="../../../../../prettify.js"></script>

front/coverage/lcov-report/src/components/backToTop/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>
5757
</div><!-- /wrapper -->
5858
<div class='footer quiet pad2 space-top1 center small'>
5959
Code coverage
60-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
60+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
6161
</div>
6262
</div>
6363
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/fadeInEntrance/FadeInEntrance.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1>
7171
</div><!-- /wrapper -->
7272
<div class='footer quiet pad2 space-top1 center small'>
7373
Code coverage
74-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
74+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
7575
</div>
7676
</div>
7777
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/fadeInEntrance/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1>
7070
</div><!-- /wrapper -->
7171
<div class='footer quiet pad2 space-top1 center small'>
7272
Code coverage
73-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
73+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
7474
</div>
7575
</div>
7676
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/fadeInEntrance/index.ts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>
3535
</div><!-- /wrapper -->
3636
<div class='footer quiet pad2 space-top1 center small'>
3737
Code coverage
38-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
38+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
3939
</div>
4040
</div>
4141
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/fadeInEntrance/styled/FadeInDiv.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h1>
119119
</div><!-- /wrapper -->
120120
<div class='footer quiet pad2 space-top1 center small'>
121121
Code coverage
122-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
122+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
123123
</div>
124124
</div>
125125
<script src="../../../../prettify.js"></script>

front/coverage/lcov-report/src/components/fadeInEntrance/styled/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>
5757
</div><!-- /wrapper -->
5858
<div class='footer quiet pad2 space-top1 center small'>
5959
Code coverage
60-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
60+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
6161
</div>
6262
</div>
6363
<script src="../../../../prettify.js"></script>

front/coverage/lcov-report/src/components/loadingContent/LoadingContent.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>
6262
</div><!-- /wrapper -->
6363
<div class='footer quiet pad2 space-top1 center small'>
6464
Code coverage
65-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
65+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
6666
</div>
6767
</div>
6868
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/loadingContent/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>
5757
</div><!-- /wrapper -->
5858
<div class='footer quiet pad2 space-top1 center small'>
5959
Code coverage
60-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
60+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
6161
</div>
6262
</div>
6363
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/logoutRoute/LogoutRoute.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h1>
113113
</div><!-- /wrapper -->
114114
<div class='footer quiet pad2 space-top1 center small'>
115115
Code coverage
116-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
116+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
117117
</div>
118118
</div>
119119
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/logoutRoute/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1>
7070
</div><!-- /wrapper -->
7171
<div class='footer quiet pad2 space-top1 center small'>
7272
Code coverage
73-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
73+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
7474
</div>
7575
</div>
7676
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/logoutRoute/index.ts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>
3838
</div><!-- /wrapper -->
3939
<div class='footer quiet pad2 space-top1 center small'>
4040
Code coverage
41-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
41+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
4242
</div>
4343
</div>
4444
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/mainLayout/MainLayout.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1>
179179
</div><!-- /wrapper -->
180180
<div class='footer quiet pad2 space-top1 center small'>
181181
Code coverage
182-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
182+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
183183
</div>
184184
</div>
185185
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/mainLayout/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>
5757
</div><!-- /wrapper -->
5858
<div class='footer quiet pad2 space-top1 center small'>
5959
Code coverage
60-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
60+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
6161
</div>
6262
</div>
6363
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/navigation/NavigationBar.tsx.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h1>
271271
&lt;/NavLink&gt;
272272
&lt;/NavItem&gt;
273273
))}
274-
{auth?.isAuthenticated &amp;&amp; (
274+
{auth<span class="branch-0 cbranch-no" title="branch not covered" >?.</span>isAuthenticated &amp;&amp; (
275275
<span class="branch-1 cbranch-no" title="branch not covered" > &lt;NavItem&gt;</span>
276276
&lt;NavLink href="#" onClick={handlesDisconnect}&gt;
277277
Disconnect
@@ -293,7 +293,7 @@ <h1>
293293
</div><!-- /wrapper -->
294294
<div class='footer quiet pad2 space-top1 center small'>
295295
Code coverage
296-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
296+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
297297
</div>
298298
</div>
299299
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/navigation/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1>
7070
</div><!-- /wrapper -->
7171
<div class='footer quiet pad2 space-top1 center small'>
7272
Code coverage
73-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
73+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
7474
</div>
7575
</div>
7676
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/navigation/index.ts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>
3838
</div><!-- /wrapper -->
3939
<div class='footer quiet pad2 space-top1 center small'>
4040
Code coverage
41-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
41+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
4242
</div>
4343
</div>
4444
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/privateRoute/PrivateRoute.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h1>
119119
</div><!-- /wrapper -->
120120
<div class='footer quiet pad2 space-top1 center small'>
121121
Code coverage
122-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
122+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
123123
</div>
124124
</div>
125125
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/privateRoute/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>
5757
</div><!-- /wrapper -->
5858
<div class='footer quiet pad2 space-top1 center small'>
5959
Code coverage
60-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
60+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
6161
</div>
6262
</div>
6363
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/scrollToTop/ScrollToTop.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h1>
8383
</div><!-- /wrapper -->
8484
<div class='footer quiet pad2 space-top1 center small'>
8585
Code coverage
86-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
86+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
8787
</div>
8888
</div>
8989
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/components/scrollToTop/hooks/useScrollToTopOnLocationChange/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>
5757
</div><!-- /wrapper -->
5858
<div class='footer quiet pad2 space-top1 center small'>
5959
Code coverage
60-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
60+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
6161
</div>
6262
</div>
6363
<script src="../../../../../prettify.js"></script>

front/coverage/lcov-report/src/components/scrollToTop/hooks/useScrollToTopOnLocationChange/index.ts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1>
8080
</div><!-- /wrapper -->
8181
<div class='footer quiet pad2 space-top1 center small'>
8282
Code coverage
83-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
83+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
8484
</div>
8585
</div>
8686
<script src="../../../../../prettify.js"></script>

front/coverage/lcov-report/src/components/scrollToTop/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>
5757
</div><!-- /wrapper -->
5858
<div class='footer quiet pad2 space-top1 center small'>
5959
Code coverage
60-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
60+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
6161
</div>
6262
</div>
6363
<script src="../../../prettify.js"></script>

front/coverage/lcov-report/src/config/appConfig.ts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>
5959
</div><!-- /wrapper -->
6060
<div class='footer quiet pad2 space-top1 center small'>
6161
Code coverage
62-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
62+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
6363
</div>
6464
</div>
6565
<script src="../../prettify.js"></script>

front/coverage/lcov-report/src/config/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1>
7070
</div><!-- /wrapper -->
7171
<div class='footer quiet pad2 space-top1 center small'>
7272
Code coverage
73-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
73+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
7474
</div>
7575
</div>
7676
<script src="../../prettify.js"></script>

front/coverage/lcov-report/src/config/navigation.ts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h1>
152152
</div><!-- /wrapper -->
153153
<div class='footer quiet pad2 space-top1 center small'>
154154
Code coverage
155-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
155+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
156156
</div>
157157
</div>
158158
<script src="../../prettify.js"></script>

front/coverage/lcov-report/src/contexts/auth/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>
5757
</div><!-- /wrapper -->
5858
<div class='footer quiet pad2 space-top1 center small'>
5959
Code coverage
60-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 29 2020 09:10:07 GMT+0100 (GMT+01:00)
60+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Mar 01 2020 08:39:51 GMT+0100 (GMT+01:00)
6161
</div>
6262
</div>
6363
<script src="../../../prettify.js"></script>

0 commit comments

Comments
 (0)