diff --git a/package-lock.json b/package-lock.json index 2acd9835..33211a38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,6 @@ "@nextcloud/vite-config": "github:nextcloud-libraries/nextcloud-vite-config#vue3", "@vue/test-utils": "^2.4.4", "happy-dom": "^13.3.1", - "regenerator-runtime": "0.14.1", "vite-plugin-static-copy": "^1.0.1", "vitest": "^1.2.2" }, diff --git a/package.json b/package.json index cf619953..52f3de98 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,6 @@ "@nextcloud/vite-config": "github:nextcloud-libraries/nextcloud-vite-config#vue3", "@vue/test-utils": "^2.4.4", "happy-dom": "^13.3.1", - "regenerator-runtime": "0.14.1", "vite-plugin-static-copy": "^1.0.1", "vitest": "^1.2.2" }, diff --git a/tests/javascript/unit/setup.js b/tests/javascript/unit/setup.js index 58cf76bb..a6812805 100644 --- a/tests/javascript/unit/setup.js +++ b/tests/javascript/unit/setup.js @@ -1,7 +1,5 @@ import { OC } from './OC.js' import OCA from './OCA.js' -// eslint-disable-next-line n/no-unpublished-import -import 'regenerator-runtime/runtime' global.OC = new OC() global.OCA = OCA