chai-sorted
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,1 +0,1 @@ | ||
require("./lib/chai-sorted"); | ||
module.exports = require("./lib/chai-sorted"); |
{ | ||
"name": "chai-sorted", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Chai JS Plugin for testing if an array has sorted values (strings, numbers, booleans). Very helpful when writing tests for features that implement Array.prototype.sort()", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
12137