unexpected
Advanced tools
Comparing version 5.0.0-beta23 to 5.0.0-beta24
@@ -12,2 +12,5 @@ module.exports = function (expect) { | ||
expect.output.addStyle('key', function (content) { | ||
this.text(content, '#666'); | ||
}); | ||
expect.output.addStyle('number', function (content) { | ||
this.text(content); | ||
@@ -14,0 +17,0 @@ }); |
@@ -799,2 +799,5 @@ var utils = require('./utils'); | ||
return typeof value === 'number'; | ||
}, | ||
inspect: function (value, depth, output) { | ||
return output.number(value); | ||
} | ||
@@ -801,0 +804,0 @@ }); |
{ | ||
"name": "unexpected", | ||
"version": "5.0.0-beta23", | ||
"version": "5.0.0-beta24", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
36
11593
539234