We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade355c commit ee80232Copy full SHA for ee80232
tests/index.test.ts
@@ -1,7 +1,7 @@
1
import type { PictogramOutput } from "@carbon/pictograms";
2
import { expect, test } from "bun:test";
3
-import { buildPictograms } from "../src";
4
-import { template } from "../src/template";
+import { buildPictograms } from "../src/index.js";
+import { template } from "../src/template.js";
5
6
test("imports", async () => {
7
const pictograms = await buildPictograms();
0 commit comments