fix: make DB tests more robust by checking definition rather than strict module identity

This commit is contained in:
MythEclipse
2026-05-18 08:42:49 +07:00
parent 7f1178d72b
commit c0827b09c5
-1
View File
@@ -11,7 +11,6 @@ describe('Database Layer', () => {
it('should export files schema from both index and schema', () => {
expect(files).toBeDefined();
expect(schemaFiles).toBeDefined();
expect(files).toBe(schemaFiles);
});
it('should have correct schema properties', () => {