sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.14k stars 207 forks source link

7474: Migrated `src/packages/{database,jupyter,project,static,sync,terminal,util}` test scripts to use TypeScript. #7547

Closed schrodingersket closed 2 months ago

schrodingersket commented 2 months ago

Description

These tests all pass on my machine (from the src directory, I ran pnpm clean && pnpm make-dev && pnpm test), but I'd recommend waiting for a successful GitHub build before merging just in case there are breaking differences between dev/build servers.

Note that src/packages/hub cannot be migrated until that module no longer mixes CoffeeScript and TypeScript.

williamstein commented 2 months ago

Thanks!!