When running the node test suite, many tests passed but those dependent on deno and stripe-mock only failed after the rest of the test suite had run.
For local development, it seems worthwhile to ensure those are running before running the whole suite.
Also, my understanding is make test is only run locally, so this PR won't affect CI (or anything besides us running make test on our laptops). If that's not the case, let me know!
When running the node test suite, many tests passed but those dependent on
deno
andstripe-mock
only failed after the rest of the test suite had run.For local development, it seems worthwhile to ensure those are running before running the whole suite.
Also, my understanding is
make test
is only run locally, so this PR won't affect CI (or anything besides us runningmake test
on our laptops). If that's not the case, let me know!