Skip to content

Commit

Permalink
Fixes typo in import path
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredge committed May 27, 2024
1 parent 06e167b commit 8a158e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/custom.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import stream from "stream";
import * as core from "../src/core";
import { FileForgeClient } from "../src";
import { generate_from_html, ResponseStream, ResponseURL } from "../src/Helper";
import { generate_from_html, ResponseStream, ResponseURL } from "../src/helper";
import * as error from "../src/errors/index";
import fs from "fs";
import { writeFile } from "fs/promises";
Expand Down

0 comments on commit 8a158e5

Please sign in to comment.