/** * Schema Migration Tests * * These tests verify that dex can read data written by older versions. * Data compatibility is critical - users must never lose their tasks due to schema changes. * * IMPORTANT: These tests document our migration commitments. Once a migration is added, * it should NEVER be removed. Old data formats must remain readable forever. * * When adding new migrations: * 1. Add a new describe block documenting the change * 2. Include the version/date when the change was introduced * 3. Test both the old format parsing AND that all old field values are preserved */ export {}; //# sourceMappingURL=types.test.d.ts.map