Browse Source

Merge pull request #7346 from nextcloud/dependabot/npm_and_yarn/vue/cli-plugin-unit-jest-5.0.4

Bump @vue/cli-plugin-unit-jest from 4.5.15 to 5.0.4
pull/7456/head
Marco 4 years ago
committed by GitHub
parent
commit
88b4da500e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2434
      l10n/cs.js
  2. 2434
      l10n/eu.js
  3. 2434
      l10n/pl.js
  4. 21706
      package-lock.json
  5. 3
      package.json
  6. 2
      src/components/RightSidebar/Participants/ParticipantsList/Participant/ParticipantPermissionsEditor/ParticipantPermissionsEditor.spec.js

2434
l10n/cs.js
File diff suppressed because it is too large
View File

2434
l10n/eu.js
File diff suppressed because it is too large
View File

2434
l10n/pl.js
File diff suppressed because it is too large
View File

21706
package-lock.json
File diff suppressed because it is too large
View File

3
package.json

@ -74,9 +74,10 @@
"@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.1.0",
"@vue/cli-plugin-unit-jest": "^4.5.15",
"@vue/cli-plugin-unit-jest": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^27.0.0",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"babel-plugin-add-module-exports": "^1.0.4",
"jest-localstorage-mock": "^2.4.21",

2
src/components/RightSidebar/Participants/ParticipantsList/Participant/ParticipantPermissionsEditor/ParticipantPermissionsEditor.spec.js

@ -114,7 +114,7 @@ describe('ParticipantPermissionsEditor.vue', () => {
})
})
describe('Dispatches the action to set the right permissions', async () => {
describe('Dispatches the action to set the right permissions', () => {
test('Dispatches setPermissions with the correct permissions value when a permission is added', async () => {
const wrapper = await mountParticipantPermissionsEditor(participant)

Loading…
Cancel
Save