diff --git a/__tests__/test-utils.ts b/__tests__/test-utils.ts index be67823b8..1a2aa379c 100644 --- a/__tests__/test-utils.ts +++ b/__tests__/test-utils.ts @@ -1,7 +1,6 @@ import Oruga from '@oruga-ui/oruga-next' import { bulmaConfig } from '@oruga-ui/theme-bulma' -import { mount } from '@vue/test-utils' -import flushPromises from 'flush-promises' +import { mount, flushPromises } from '@vue/test-utils' import type { DefineComponent, Plugin } from 'vue' import { defineComponent, h, Suspense } from 'vue' diff --git a/package.json b/package.json index 6ea702654..b220301b9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "eslint-config-prettier": "^8.6.0", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-simple-import-sort": "^10.0.0", - "flush-promises": "^1.0.2", "js-yaml": "^4.1.0", "jsdom": "^21.1.0", "npm-run-all2": "^6.0.4", diff --git a/yarn.lock b/yarn.lock index 9f955dfe4..e3cb25b9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2894,11 +2894,6 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787" integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== -flush-promises@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/flush-promises/-/flush-promises-1.0.2.tgz#4948fd58f15281fed79cbafc86293d5bb09b2ced" - integrity sha512-G0sYfLQERwKz4+4iOZYQEZVpOt9zQrlItIxQAAYAWpfby3gbHrx0osCHz5RLl/XoXevXk0xoN4hDFky/VV9TrA== - follow-redirects@^1.0.0: version "1.15.2" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"