Skip to content

Commit f302b47

Browse files
fix: add pending dependency
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 87bd956 commit f302b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/views/Validation.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
55

6-
import { describe, expect, it, beforeEach, vi } from 'vitest'
6+
import { afterEach, describe, expect, it, beforeEach, vi } from 'vitest'
77
import { shallowMount } from '@vue/test-utils'
88
import axios from '@nextcloud/axios'
99
import JSConfetti from 'js-confetti'

0 commit comments

Comments
 (0)