UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

5 lines (4 loc) 257 B
var deprecate = Rx.helpers.deprecate = function (name, alternative) { if (typeof console !== "undefined" && typeof console.warn === "function") { console.warn(name + ' is deprecated, use ' + alternative + ' instead.', new Error('').stack); };