Browse Source

Fix node test

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v24.0.0beta1
John Molakvoæ (skjnldsv) 2 years ago
parent
commit
26fb63d81f
No account linked to committer's email address
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      package-lock.json
  2. 1
    0
      package.json

+ 1
- 0
package-lock.json View File

@@ -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",

+ 1
- 0
package.json View File

@@ -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",

Loading…
Cancel
Save