UNPKG

can-util

Version:

Common utilities for CanJS projects

9 lines (7 loc) 210 B
var testType = typeof process !== 'undefined' && process.env.TEST; var isQunit = testType === 'qunit'; if (isQunit) { module.exports = require('qunitjs'); } else { module.exports = require('steal-qunit'); }