Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
apupier committed Jul 15, 2020
1 parent 3cdc18b commit 2d5a758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,4 +480,8 @@ suite('JSON Schema', () => {
const hello_world_schema = await service.getResolvedSchema('hello_world');
assert.equal(hello_world_schema, null);
});

test('yaml.schemas priority over schemastore', async() => {

});
});

0 comments on commit 2d5a758

Please sign in to comment.