added unit testing, and started implementing unit tests...phew
This commit is contained in:
12
node_modules/nise/lib/fake-server/format.js
generated
vendored
Normal file
12
node_modules/nise/lib/fake-server/format.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
|
||||
var formatio = require("@sinonjs/formatio");
|
||||
|
||||
var formatter = formatio.configure({
|
||||
quoteStrings: false,
|
||||
limitChildrenCount: 250
|
||||
});
|
||||
|
||||
module.exports = function format() {
|
||||
return formatter.ascii.apply(formatter, arguments);
|
||||
};
|
Reference in New Issue
Block a user