sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

ref(test): Break up nextjs config tests

Open lobsterkatie opened this issue 3 years ago • 0 comments

In anticipation of adding more tests for the code in src/config in the nextjs SDK, this breaks up the (very long) single file which had been covering the entire directory into multiple files, extracting some mocks, fixtures, and utils along they way into helper modules.

The entire test suite could probably stand to be revisited/cleaned up, but for now this just distributes things to different files.

lobsterkatie avatar Aug 08 '22 21:08 lobsterkatie