feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
Showing only changes of commit 9cf3f900c3 - Show all commits

View File

@ -10,7 +10,7 @@ describe('Editor', () => {
beforeEach(() => {
NamespaceFactory.create(1)
const projects = ProjectFactory.create(1)
ProjectFactory.create(1)
TaskFactory.truncate()
UserProjectFactory.truncate()
})