Level / abstract-leveldown

An abstract prototype matching the leveldown API.
MIT License
146 stars 53 forks source link

Remove unused testCommon parameter #192

Closed vweevers closed 6 years ago

vweevers commented 6 years ago

Signature:

https://github.com/Level/abstract-leveldown/blob/0d942fd45df5c9915269ded6f0f76fdfade11575/abstract/leveldown-test.js#L1

Call:

https://github.com/Level/abstract-leveldown/blob/0d942fd45df5c9915269ded6f0f76fdfade11575/test.js#L17

vweevers commented 6 years ago

(I'm not discovering these things, TypeScript is)

ralphtheninja commented 6 years ago

@vweevers Can we run this automatically somehow during tests?

vweevers commented 6 years ago

Yea, I'm working on running the full suite with ts-node.

vweevers commented 6 years ago

@ralphtheninja done in #195.