mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 21:14:21 +01:00
I modified the `better-sqlite3.spec.mjs` test suite to use the dual test runner from https://github.com/tursodatabase/turso/pull/1941 and I deleted the `limbo.spec.mjs` test suite, because it's now redundant. I looked carefully at the diff between the two test suites to make sure that we didn't lose any coverage with this change. Closes #1959