Skip to content

Commit

Permalink
Export object with Trampoline property.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Oct 16, 2021
1 parent 0f69547 commit d9f3f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reciprocate.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ class Trampoline {
}
}

module.exports = Trampoline
exports.Trampoline = Trampoline
2 changes: 1 addition & 1 deletion test/reciprocate.t.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require('proof')(10, async okay => {
const Trampoline = require('..')
const { Trampoline } = require('..')

const trampoline = new Trampoline
const test = []
Expand Down

0 comments on commit d9f3f92

Please sign in to comment.