added unit testing, and started implementing unit tests...phew
This commit is contained in:
6
node_modules/logform/examples/invalid.js
generated
vendored
Normal file
6
node_modules/logform/examples/invalid.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/* eslint no-unused-vars: 0 */
|
||||
const { format } = require('../');
|
||||
|
||||
const invalid = format(function invalid(just, too, many, args) {
|
||||
return just;
|
||||
});
|
Reference in New Issue
Block a user