Skip to content

Commit

Permalink
Node: index.ts updated
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
prateek-kumar-improving committed Jan 29, 2025
1 parent 297db5b commit 390e9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/npm/glide/tests/ExportedSymbols.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { it } from "@jest/globals";
import * as f from "fs/promises";
import { describe } from "node:test";
import * as ts from "typescript";
import * as glideApi from "../";
import * as glideApi from "../"; //ESM convention,

describe("Exported Symbols test", () => {
it("check excluded symbols are not exported", async () => {
Expand Down

0 comments on commit 390e9ad

Please sign in to comment.