Skip to content

Commit a4a948d

Browse files
committed
Fix failing unit tests on Travis
1 parent 62ff154 commit a4a948d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test/serialize/ComponentConstructor.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ describe('ComponentConstructor', () => {
2929
'https://linkedsoftwaredependencies.org/bundles/npm/my-package/^1.0.0/components/': 'components/',
3030
'https://linkedsoftwaredependencies.org/bundles/npm/my-package/^1.0.0/config/': 'config/',
3131
},
32+
typesPath: '',
3233
};
3334
const contextConstructor = new ContextConstructorMocked({ packageMetadata });
3435
ctor = new ComponentConstructor({

test/serialize/ContextConstructor.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ describe('ContextConstructor', () => {
1212
componentsPath: 'components',
1313
contexts: {},
1414
importPaths: {},
15+
typesPath: '',
1516
},
1617
});
1718
});

0 commit comments

Comments
 (0)