From 26fb63d81f09aa9a1019185ffab43fed5cbdac1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 3 Dec 2021 15:43:16 +0100 Subject: [PATCH] Fix node test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index 4d071e7eacf..b214ecbf4d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,6 +86,7 @@ "@testing-library/jest-dom": "^5.16.1", "@testing-library/user-event": "^13.5.0", "@testing-library/vue": "^5.8.2", + "@vue/test-utils": "^1.3.0", "babel-loader": "^8.2.3", "babel-loader-exclude-node-modules-except": "^1.2.1", "css-loader": "^5.2.7", diff --git a/package.json b/package.json index 236a206b507..f7d0d25f878 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,7 @@ "@testing-library/jest-dom": "^5.16.1", "@testing-library/user-event": "^13.5.0", "@testing-library/vue": "^5.8.2", + "@vue/test-utils": "^1.3.0", "babel-loader": "^8.2.3", "babel-loader-exclude-node-modules-except": "^1.2.1", "css-loader": "^5.2.7",