mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 04:22:07 +00:00
Some unit tests didn't run since Aug 2022 because they are not included as part of the testing command. This PR introduce `unit` and `integration` folders for testing, so anything that it's placed there will be run as part of the testing command.
2 lines
35 B
JavaScript
2 lines
35 B
JavaScript
require('./integration-setup')(2);
|