Skip to content

Commit

Permalink
build: fix istanbul ignore scope
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 17, 2017
1 parent 3a7e3d2 commit 5fd74d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ function session(options) {

// notify user that this store is not
// meant for a production environment
/* istanbul ignore next: not tested */
if ('production' == env && store instanceof MemoryStore) {
/* istanbul ignore next: not tested */
console.warn(warning);
}

Expand Down

0 comments on commit 5fd74d2

Please sign in to comment.