Skip to content

Commit

Permalink
Disable coverage for
Browse files Browse the repository at this point in the history
- edcServiceApi.ts
- timers.ts

Signed-off-by: Zoltan Magyari <[email protected]>
  • Loading branch information
Zoltan Magyari committed Oct 17, 2024
1 parent 0a2fa5a commit 1377b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/services/edcServiceApi.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// istanbul ignore file
import process from 'process';

import axios from 'axios';
Expand Down
1 change: 1 addition & 0 deletions src/utils/timers.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// istanbul ignore file
/**
* Delays the execution of a given function with a given timeout.
*
Expand Down

0 comments on commit 1377b8a

Please sign in to comment.