Skip to content

Commit

Permalink
test coverage ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Jul 10, 2021
1 parent 02e4a75 commit 4d5c683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Layout.js
Expand Up @@ -133,6 +133,7 @@
'use strict';

let Buffer;
/* istanbul ignore if */
if ('undefined' !== typeof window && 'undefined' !== typeof window.Buffer) {
Buffer = window.Buffer;
} else {
Expand Down

0 comments on commit 4d5c683

Please sign in to comment.