UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

17 lines (13 loc) 276 B
// Generated by CoffeeScript 1.10.0 (function() { "use strict"; var xml2js; xml2js = require('../lib/xml2js'); exports.stripBOM = function(str) { if (str[0] === '\uFEFF') { return str.substring(1); } else { return str; } }; }).call(this);