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
* initial ts compile test example
- setup Gradle Node plugin
- run tsc in test
* tidy up initial typescript compile test, and apply to all tests
very slow! need to make them parallel...?
* fix nullable values being used as indexed object keys (a good outcome from the ts compile testing!
* apply typescript compilation tests to all knit tests
- very slow, needs work to make them faster, or exclude the slow tests
- migrate all tests to Kotest (works better with coroutines)
- bump kotest version
- tag tests
* move test util to actual directory package
* code tidy up: delete unused and some renames
* exclude slow TSCompile tests
Currently the Knit tests only do a string comparison. But that doesn't mean the expected string is correct TypeScript...
npx tsc
(somehow? I'm not sure about this...)The text was updated successfully, but these errors were encountered: