https://github.com/jaredce/hellosign
https://github.com/jaredce/hellosign
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaredce/hellosign
- Owner: JaredCE
- Created: 2020-09-09T21:57:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T23:20:22.000Z (almost 6 years ago)
- Last Synced: 2025-03-11T08:28:17.194Z (over 1 year ago)
- Language: JavaScript
- Size: 417 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
To Run:
- npm i
- NODE_ENV=testing ./node_modules/mocha/bin/mocha --config ./test/.mocharc.js
To see Nock working as expected
- open /test/src/CreateLive.spec.js
- On line 5
- Change to
- describe.skip('CreateLive', () => {
Cry