array-datastore
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "array-datastore", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A datastore to store unique objects in an array.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -254,3 +254,3 @@ "use stict"; | ||
describe("#clearPlaceholders()", () => { | ||
it.only("Should succeed to clear the placeholder objects from the store", () => { | ||
it("Should succeed to clear the placeholder objects from the store", () => { | ||
const store = ArrayDataStore.instance({ placeholders: 5 }); | ||
@@ -257,0 +257,0 @@ assert.deepEqual(store.getObjects(), [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22393