Skip to content

Commit

Permalink
Disable collecting coverage from browserslist mock
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 8, 2022
1 parent c16b600 commit bdf4b46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/prebundles/mocks/browserslist.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// postcss-minify-params is depending on browserslist to detect whether using
// IE. Marp does never use this detection so we will mock the module and return
// empty array. You can see the setting for pre-bundling in rollup.config.js.

/* istanbul ignore next */
export default () => []

0 comments on commit bdf4b46

Please sign in to comment.