UNPKG

eslint-config-twolfson

Version:
8 lines (6 loc) 147 B
// Define our expectations for the test exports.expected = /Expected to return a value at the end/i; function main(cb) { cb(null); } void main;