We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745ff7c commit 8080664Copy full SHA for 8080664
src/framework/core/index.test.ts
@@ -7,7 +7,7 @@
7
import { expect, test } from "vitest";
8
import * as core from "./index";
9
10
-import packageJson from "/package.json";
+import packageJson from "../../../package.json";
11
12
export const expectedExports = [
13
"activateExtension",
0 commit comments