This converts all pure tests to Jest. This was done by first running `npx jest-codemods` with the Mocha transformation, then manually fixing any places where it hadn't automatically converted the correct thing or had missed things (mostly Sinon). This also sets up VSCode correctly for running Jest.
3 lines
52 B
TypeScript
3 lines
52 B
TypeScript
process.env.TZ = "UTC";
|
|
process.env.LANG = "en-US";
|