mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
Syncing with upstream. Fixing merge conflicts, converting to ES6
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
Unit tests for the Offer entity library.
|
||||
*/
|
||||
|
||||
const assert = require('chai').assert
|
||||
const sinon = require('sinon')
|
||||
import { assert } from 'chai';
|
||||
|
||||
const Offer = require('../../../src/entities/offer')
|
||||
import sinon from 'sinon';
|
||||
import Offer from '../../../src/entities/offer';
|
||||
|
||||
let sandbox
|
||||
let uut
|
||||
|
||||
Reference in New Issue
Block a user