Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Sep 29, 2022
1 parent 7236aae commit 7a7891c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe('resourcesTransfer', () => {
}
)
})
it.only('should show message if conflict exists', async () => {
it('should show message if conflict exists', async () => {
const targetFolderItems = [
{
id: 'a',
Expand Down

0 comments on commit 7a7891c

Please sign in to comment.