File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -507,6 +507,7 @@ Example test:
507
507
const video = require (' ./video' );
508
508
509
509
afterEach (() => {
510
+ // restore the spy created with spyOn
510
511
jest .restoreAllMocks ();
511
512
});
512
513
@@ -556,6 +557,7 @@ const audio = require('./audio');
556
557
const video = require (' ./video' );
557
558
558
559
afterEach (() => {
560
+ // restore the spy created with spyOn
559
561
jest .restoreAllMocks ();
560
562
});
561
563
Original file line number Diff line number Diff line change @@ -496,6 +496,7 @@ Example test:
496
496
const video = require (' ./video' );
497
497
498
498
afterEach (() => {
499
+ // restore the spy created with spyOn
499
500
jest .restoreAllMocks ();
500
501
});
501
502
@@ -546,6 +547,7 @@ const audio = require('./audio');
546
547
const video = require (' ./video' );
547
548
548
549
afterEach (() => {
550
+ // restore the spy created with spyOn
549
551
jest .restoreAllMocks ();
550
552
});
551
553
Original file line number Diff line number Diff line change @@ -501,6 +501,7 @@ Example test:
501
501
const video = require (' ./video' );
502
502
503
503
afterEach (() => {
504
+ // restore the spy created with spyOn
504
505
jest .restoreAllMocks ();
505
506
});
506
507
@@ -551,6 +552,7 @@ const audio = require('./audio');
551
552
const video = require (' ./video' );
552
553
553
554
afterEach (() => {
555
+ // restore the spy created with spyOn
554
556
jest .restoreAllMocks ();
555
557
});
556
558
Original file line number Diff line number Diff line change @@ -501,6 +501,7 @@ Example test:
501
501
const video = require (' ./video' );
502
502
503
503
afterEach (() => {
504
+ // restore the spy created with spyOn
504
505
jest .restoreAllMocks ();
505
506
});
506
507
@@ -551,6 +552,7 @@ const audio = require('./audio');
551
552
const video = require (' ./video' );
552
553
553
554
afterEach (() => {
555
+ // restore the spy created with spyOn
554
556
jest .restoreAllMocks ();
555
557
});
556
558
Original file line number Diff line number Diff line change @@ -507,6 +507,7 @@ Example test:
507
507
const video = require (' ./video' );
508
508
509
509
afterEach (() => {
510
+ // restore the spy created with spyOn
510
511
jest .restoreAllMocks ();
511
512
});
512
513
@@ -557,6 +558,7 @@ const audio = require('./audio');
557
558
const video = require (' ./video' );
558
559
559
560
afterEach (() => {
561
+ // restore the spy created with spyOn
560
562
jest .restoreAllMocks ();
561
563
});
562
564
Original file line number Diff line number Diff line change @@ -507,6 +507,7 @@ Example test:
507
507
const video = require (' ./video' );
508
508
509
509
afterEach (() => {
510
+ // restore the spy created with spyOn
510
511
jest .restoreAllMocks ();
511
512
});
512
513
@@ -558,6 +559,7 @@ const audio = require('./audio');
558
559
const video = require (' ./video' );
559
560
560
561
afterEach (() => {
562
+ // restore the spy created with spyOn
561
563
jest .restoreAllMocks ();
562
564
});
563
565
You can’t perform that action at this time.
0 commit comments