Skip to content

Commit

Permalink
Correctly restore process.browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill authored and ralphtheninja committed Sep 4, 2017
1 parent 9af2369 commit 305ab90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -85,7 +85,7 @@ test('test key/value serialization', function (t) {
process.browser = true
t.equal(test._serializeValue(1), 1, '_serializeValue returns value as is when process.browser')

process.browser = process.browser
process.browser = browser

t.end()
})
Expand Down

0 comments on commit 305ab90

Please sign in to comment.