1.0.1 • Published 8 years ago

quality_test v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

qualityTest

Install Packages

npm i quality_test

How to use it

First you are going to want to start in debug mode

DEBUG=true node src/server

Debugging

When you debug you have to the path and the code to execute the code.

path:

const util = require('quality_test');

Code: For the code you have 3 parameters a title, a obj and data

util.debug('title, obj, data');

Logging Files

When using the taste tester it will create and write to a log file at the root of the project. You do need to have a logs folder in order for it to create the log file.