Skip to content

Commit

Permalink
ignore test data file in istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jun 16, 2020
1 parent 7ef60bc commit 3122fe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/create-test-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const buildFormatsString = function() {
}, []);

const formatFile =
'/* istanbul ignore file */\n' +
'\n' +
`import base64ToUint8Array from "${path.resolve(baseDir, 'src/decode-b64-to-uint8-array.js')}";\n` +
'const cache = {};\n' +
'const formatFiles = {};\n' +
Expand Down

0 comments on commit 3122fe3

Please sign in to comment.