Skip to content

Commit

Permalink
egads, a copy+paste of a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 21, 2024
1 parent 75473a2 commit be196e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-ts-node-esm-loader/src/index.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { equal } from "assert";
import index from "./index.js";

describe("Typescript usage suite", () => {
describe("TypeScript usage suite", () => {
it("should be able to execute a test", () => {
equal(true, true);
});
Expand Down

0 comments on commit be196e6

Please sign in to comment.