Skip to content

Commit

Permalink
Undo code change
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 16, 2024
1 parent 0f11817 commit 09675c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sourceless-nodes/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { NumberType } from "../../src/Type/NumberType";
import { ObjectType } from "../../src/Type/ObjectType";
import { DEFAULT_CONFIG } from "../../src/Config";

const SOURCE = path.resolve(__dirname, "./source/source.ts");
const SOURCE = path.resolve(__dirname, "./source.ts");

describe("sourceless-nodes", () => {
it("tests creating json schemas with ts.Nodes without valid source files", () => {
Expand Down

0 comments on commit 09675c6

Please sign in to comment.