UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

15 lines (12 loc) 334 B
/* eslint-env mocha */ 'use strict' const { Notification } = require('../../../lib/models') const testModel = require('../../helpers/test_model') describe('Notification model', () => { testModel({ model: Notification, orderedFields: [ 'mts', 'type', 'messageID', 'notifyInfo', 'code', 'status', 'text' ] }) })