parcel-bundler / parcel

The zero configuration build tool for the web. 📦🚀
https://parceljs.org
MIT License
43.41k stars 2.26k forks source link

Create Parcel V3 javascript integration test suite #9886

Closed mattcompiles closed 2 months ago

mattcompiles commented 2 months ago

This PR copies the javascript integration test suite, running all the tests with the parcelV3 feature flag enabled. Eventually we should probably run the entire suite with the flag enabled but while we're so early it's a bit easier to keep things simple.

Let's remove the skips as we fix the tests 👍

devongovett commented 2 months ago

Wouldn't it be easier to work on a branch instead of copying files? Or maybe add a function to conditionally skip tests based on a feature flag. Otherwise whenever we make changes to the tests we'll have to do it in two places.