This commit is contained in:
Chris Troutner
2022-10-01 11:40:41 -07:00
parent ce118069eb
commit c9d1d79e11
47 changed files with 150 additions and 150 deletions
+1 -1
View File
@@ -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}`
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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'