First commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import * as designSystem from "../src";
|
||||
|
||||
describe("public API", () => {
|
||||
it("exports the documented components and plugin", () => {
|
||||
expect(designSystem.DsButton).toBeDefined();
|
||||
expect(designSystem.DsTextInput).toBeDefined();
|
||||
expect(designSystem.DsTabs).toBeDefined();
|
||||
expect(designSystem.DsDialog).toBeDefined();
|
||||
expect(designSystem.DesignSystem).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user