You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract function for core logic of "staying on the same page when switching versions"
We will add unit tests for this functions in the next commit.
The function gets its own file because I was unable to get the test runner ("mocha") to load the whole `index.ts` file; that would seem to require writing some DOM shims and be a general headache.
For the record, using `tsx` and `jsdom-global` instead of `ts-node` to run `mocha` seemed like the most promising approach.
0 commit comments