mirror of
https://github.com/quartz-community/explorer.git
synced 2026-07-22 02:50:24 +00:00
fix: repair truncated test file — close describe block
This commit is contained in:
parent
15af013270
commit
4afee1541c
1 changed files with 0 additions and 14 deletions
|
|
@ -36,17 +36,3 @@ describe("Explorer Component", () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe("Explorer Manifest", () => {
|
||||
it("should export a valid plugin manifest", async () => {
|
||||
const { manifest } = await import("../src/manifest");
|
||||
|
||||
expect(manifest).toBeDefined();
|
||||
expect(manifest.name).toBe("@quartz-community/explorer");
|
||||
expect(manifest.version).toBeDefined();
|
||||
expect(manifest.components).toBeDefined();
|
||||
expect(typeof manifest.components).toBe("object");
|
||||
const explorerComponent = manifest.components?.Explorer;
|
||||
expect(explorerComponent).toBeDefined();
|
||||
expect(explorerComponent?.name).toBe("Explorer");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue