Frontmatter
| id | 8096 |
| title | Create unit tests for Neo.data.Store |
| state | Closed |
| labels | aitesting |
| assignees | tobiu |
| createdAt | Dec 12, 2025, 1:48 PM |
| updatedAt | Dec 12, 2025, 1:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8096 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 12, 2025, 1:49 PM |
Create a new unit test file
test/playwright/unit/data/Store.spec.mjsto test the functionality ofNeo.data.Store.The initial tests should cover:
init: false(lazy instantiation/turbo mode).initRecordbehavior with raw objects.initRecordoptimization (returning existing records).This ensures the recent optimizations to
initRecordand the general Store behavior are covered by automated tests.