fix(build): tighten TypeScript build configuration and update tooling dependencies

This commit is contained in:
2026-04-30 12:34:33 +00:00
parent 9d56109d0a
commit 00d68c3e1b
11 changed files with 1655 additions and 4234 deletions
+3
View File
@@ -169,6 +169,9 @@ tap.test('should query first()', async () => {
.orderBy('timestamp', 'DESC')
.first();
expect(entry).toBeTruthy();
if (!entry) {
throw new Error('Expected first query result to return an entry');
}
expect(entry.level).toBeTruthy();
});