UNPKG

@signumjs/monitor

Version:

Monitor transactions on Signum Network blockchain

8 lines (6 loc) 181 B
import {isNode} from '../isNode'; describe('isNode', () => { it('should detect that this test is running on nodejs', () => { expect(isNode()).toBeTruthy(); }); });