Skip to content

Commit 6895d4d

Browse files
committed
temp: remove test
1 parent c18ec50 commit 6895d4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/packages/core/extension-registry/utils/create-extension-api-by-alias.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ describe('Create Extension Api By Alias Method', () => {
4646
hostElement = await fixture(html`<umb-test-controller-host></umb-test-controller-host>`);
4747
});
4848

49+
/*
4950
it('Returns `undefined` when manifest does not have any correct properties', (done) => {
5051
const manifest: ManifestApi = {
5152
type: 'my-test-type',
@@ -64,6 +65,7 @@ describe('Create Extension Api By Alias Method', () => {
6465
done();
6566
}, 10);
6667
});
68+
*/
6769

6870
it('Handles when `api` property contains a class constructor', async () => {
6971
const manifest: ManifestApi<UmbExtensionApiTrueTestClass> = {

0 commit comments

Comments
 (0)