Skip to content

Condense last-checks into @turf/turf's test script directly - #3150

Merged
mfedderly merged 1 commit into
masterfrom
mf/remove-last-checks
Aug 11, 2026
Merged

Condense last-checks into @turf/turf's test script directly#3150
mfedderly merged 1 commit into
masterfrom
mf/remove-last-checks

Conversation

@mfedderly

@mfedderly mfedderly commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

I don't think there is any remaining reason why the @turf/turf tests need to be special cased into last-checks. The tests themselves do need to be ordered, but pnpm will take care of the package dependency ordering, and the script itself runs the two steps in order.

Originally added a long time ago

@mfedderly mfedderly added this to the v8 milestone Aug 11, 2026
Comment thread packages/turf/test.ts
// File Paths
const testFilePath = path.join(__dirname, "test.example.js");
const turfModulesPath = path.join(__dirname, "..", "turf-*", "index.js");
const turfModulesPath = path.join(__dirname, "..", "turf-*", "index.ts");

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we weren't picking up the examples anymore?

@mfedderly
mfedderly merged commit 2b0a79d into master Aug 11, 2026
3 checks passed
@mfedderly
mfedderly deleted the mf/remove-last-checks branch August 11, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant