mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
@@ -29,7 +29,7 @@ process.on('unhandledRejection', (err) => {
|
||||
export class SchemaSpec {
|
||||
@test
|
||||
async getSchema() {
|
||||
const converter = new Converter(join(__dirname, 'resources'));
|
||||
const converter = new Converter(join(__dirname, '..', 'src', 'resources'));
|
||||
|
||||
const schema = converter.getSchema('Foo', '0.0.1');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user