Skip to content

marlon407/agendor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agendor

Agendor app on Pluga

Install Node.js with nvm

nvm install v8.10
nvm use 8.10
npm install

Test with mocha

npm test

Test with mocha debug in command line

How to:

  • Write "debugger;" in test file to create a new breakpoint;
  • Press "c" to start test;
  • Type "repl" when break to enter current scope;
  • Now do debug in command line :);
  • Press "Ctrl + C" to exit repl;
  • Press "c" to start or continue;
  • Type ".exit" to finish test.
npm run debug

Axios debug request

AXIOS_DEBUG=1 npm test
AXIOS_DEBUG=1 npm run debug

About

Agendor app on Pluga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published