Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
21.24k stars 1.44k forks source link

Modernise datasource.spec.ts #13882

Closed samwho closed 4 weeks ago

samwho commented 4 weeks ago

Description

I opened datasource.spec.ts and quickly realised it could use a little love, so love I have given it.

  1. Moved it to using config.api.datasource wherever applicable.
  2. Removed unused tk mock.
  3. Moved as many tests as I could into the describe that loops over 4 external datasources.
  4. Moved away from snapshot testing where it wasn't applicable (surprised that didn't actually cause flakes)
  5. Removed all anys