Remove .only modifier
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-01-06 19:20:43 +01:00
parent cf7136769d
commit 10885f673c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ describe('Task', () => {
.should('contain', labels[0].title)
})
it.only('Can remove a label from a task', () => {
it('Can remove a label from a task', () => {
const tasks = TaskFactory.create(1, {
id: 1,
list_id: 1,