UNPKG

mock-socket-with-protocol

Version:

Javascript mocking library for websockets and socket.io, compatible with apollographql subscriptions-transport-ws

8 lines (7 loc) 236 B
export default function log(method, message) { /* eslint-disable no-console */ if (typeof process !== 'undefined' && process.env.NODE_ENV !== 'test') { console[method].call(null, message); } /* eslint-enable no-console */ }