mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
linting
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// const assert = require('chai').assert
|
||||
|
||||
// const axios = require('axios').default
|
||||
import sinon from 'sinon';
|
||||
import sinon from 'sinon'
|
||||
|
||||
// const LOCALHOST = `http://localhost:${config.port}`
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Ensure the REST API is up an running before running this test.
|
||||
*/
|
||||
|
||||
import axios from 'axios';
|
||||
import axios from 'axios'
|
||||
|
||||
const LOCALHOST = 'http://localhost:5700'
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Part 2 of 3: Take an offer by submiting a counter-offer.
|
||||
*/
|
||||
|
||||
import axios from 'axios';
|
||||
import axios from 'axios'
|
||||
|
||||
const LOCALHOST = 'http://localhost:5700'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user