Skip to content

Commit

Permalink
Missed a .js -> .cjs in turf/turf last-checks target.
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsaucepan committed Mar 10, 2024
1 parent 80d0f3e commit 519aca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/turf/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ test("turf -- parsing dependencies from index.js", (t) => {
test("turf -- missing modules", (t) => {
const files = {
typescript: fs.readFileSync(path.join(__dirname, "dist/cjs/index.d.cts")),
modules: fs.readFileSync(path.join(__dirname, "dist/cjs/index.js")),
modules: fs.readFileSync(path.join(__dirname, "dist/cjs/index.cjs")),
};

modules.forEach(({ name }) => {
Expand Down

0 comments on commit 519aca9

Please sign in to comment.