@atomiq/json-schema-test-suite
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -98,3 +98,3 @@ var _ = require('lodash'), | ||
tests.push({ | ||
group: file.substring(0, end), | ||
name: file.substring(0, end), | ||
file: file, | ||
@@ -101,0 +101,0 @@ path: filePath, |
{ | ||
"name": "@atomiq/json-schema-test-suite", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Exposes JSON Schema Test Suite as a Node.js package, so don't need to add as a git submodule.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -46,3 +46,3 @@ Node.js fork of JSON Schema Test Suite | ||
{ | ||
group: 'additionalItems', | ||
name: 'additionalItems', | ||
file: 'additionalItems.json', | ||
@@ -49,0 +49,0 @@ optional: false, // true if a file under the optional directory |
@@ -112,3 +112,3 @@ var assert = require('assert'), | ||
tests.forEach(function (test) { | ||
describe(test.group, function () { | ||
describe(test.name, function () { | ||
test.schemas.forEach(function (schema) { | ||
@@ -168,3 +168,3 @@ describe(schema.description, function () { | ||
tests.forEach(function (test) { | ||
describe(test.group, function () { | ||
describe(test.name, function () { | ||
test.schemas.forEach(function (schema) { | ||
@@ -171,0 +171,0 @@ describe(schema.description, function () { |
Sorry, the diff of this file is not supported yet
195493