@knapsack/app
Version:
Build Design Systems with Knapsack
12 lines • 468 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const vitest_1 = require("vitest");
(0, vitest_1.describe)('KnapsackConfig types', () => {
(0, vitest_1.it)('Zod and TS types should be compatible', () => {
const config1 = {};
(0, vitest_1.expectTypeOf)(config1).toExtend();
const config2 = {};
(0, vitest_1.expectTypeOf)(config2).toExtend();
});
});
//# sourceMappingURL=knapsack-config.test-d.js.map