thelounge/test
Reto Brunner 899762cddd sqlite: Add infrastructure for migration tests
This sets up the testing infrastructure to test migrations we are
doing.
It's done on a in memory database directly, we are only interested
in the statements themselves and it's easier than to try and
inject a prepared db into the store.

We do add some dummy data though to make sure we actually execute
the things as we expect.
2023-02-27 14:20:29 +01:00
..
client Move condensedTypes to shared/ 2023-01-30 09:14:40 +01:00
commands TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
fixtures TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
models Use nick as a realname fallback 2022-08-28 11:21:54 +02:00
plugins sqlite: Add infrastructure for migration tests 2023-02-27 14:20:29 +01:00
shared Move condensedTypes to shared/ 2023-01-30 09:14:40 +01:00
src TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
tests TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
.mocharc.yml TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
.nycrc-mocha.json TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
.nycrc-report.json Set up Prettier on md, html, json, and yaml 2019-07-17 10:22:30 +01:00
server.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
tsconfig.json Extract tests to shared/ 2023-01-30 09:14:40 +01:00
util.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00