UNPKG

bot18

Version:

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

13 lines (10 loc) 267 B
/* eslint-env mocha */ 'use strict' const { Alert } = require('../../../lib/models') const testModel = require('../../helpers/test_model') describe('Alert model', () => { testModel({ model: Alert, orderedFields: ['key', 'type', 'symbol', 'price'] }) })