mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
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. |
||
|---|---|---|
| .. | ||
| command-line | ||
| models | ||
| plugins | ||
| types | ||
| client.ts | ||
| clientManager.ts | ||
| config.ts | ||
| helper.ts | ||
| identification.ts | ||
| index.d.ts | ||
| index.ts | ||
| log.ts | ||
| server.ts | ||
| tsconfig.json | ||