Skip to content

Commit

Permalink
fix(test): Add name json mock data to test environment #41
Browse files Browse the repository at this point in the history
  • Loading branch information
korzio committed Sep 18, 2017
1 parent 34fc6e4 commit c1d0e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/json-schema-test-suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const jsonSchemaTest = require('json-schema-test');
const djv = require('../');

const refs = {
'http://localhost:1234/name.json': require('json-schema-test-suite/remotes/name.json'),
'http://localhost:1234/integer.json': require('json-schema-test-suite/remotes/integer.json'),
'http://localhost:1234/subSchemas.json': require('json-schema-test-suite/remotes/subSchemas.json'),
'http://localhost:1234/folder/folderInteger.json': require('json-schema-test-suite/remotes/folder/folderInteger.json'),
Expand Down

0 comments on commit c1d0e13

Please sign in to comment.