feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 1 additions and 1 deletions
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)
konrad marked this conversation as resolved Outdated

Why the unused variable?

Why the unused variable?

Not used, removed it.

Not used, removed it.
TaskFactory.truncate()
UserProjectFactory.truncate()
})