Files: 3db10bde4e7f0159e70a3f977a0d6fccfeb84583 / tests / testInterface.js
166 bytesRaw
1 | module.exports = function (t) { |
2 | return class TestInterface { |
3 | constructor () { |
4 | this.t = t |
5 | } |
6 | |
7 | equals (a, b) { |
8 | this.t.equals(a, b) |
9 | } |
10 | } |
11 | } |
12 |
Built with git-ssb-web