snap-shot-core
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "snap-shot-core", | ||
"description": "Save / load named snapshots, useful for tests", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/bahmutov/snap-shot-core/issues", |
@@ -85,3 +85,3 @@ 'use strict' | ||
la(value, 'missing value to compare', value) | ||
la(expected, 'missing expected valu', expected) | ||
la(expected, 'missing expected value', expected) | ||
la(is.unemptyString(specName), 'missing spec name', specName) | ||
@@ -88,0 +88,0 @@ |
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
19387