UNPKG

ifd

Version:

Life Extending Ternary Operator Abstractions

11 lines (8 loc) 220 B
const path = require('path'), ifd = require(path.join(process.cwd(), 'dist/ifd.js')); const test = ifd('test', false, null); module.exports = { exp: function (should) { should.equal(test, 'test'); } };