Skip to content

Commit

Permalink
Merge pull request #3 from jsumners/issue-2
Browse files Browse the repository at this point in the history
Address issue #2
  • Loading branch information
jsumners authored Jan 11, 2020
2 parents a8c0a0a + b0d471e commit 83865a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const one = require('./')
const two = require('./')

assert.notEqual(one, two)
assert.ok(one.info)
assert.equal(Function.prototype.isPrototypeOf(one.info), true)
two.info = () => 'info'

const result1 = one.info()
Expand Down

0 comments on commit 83865a2

Please sign in to comment.