Skip to content

Commit 2313479

Browse files
committed
test: add test for Vue 2 app with no vue-loader failture
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent f4d7629 commit 2313479

File tree

8 files changed

+4298
-1
lines changed

8 files changed

+4298
-1
lines changed

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-FileCopyrightText = "2019 Nextcloud GmbH and Nextcloud contributors"
1212
SPDX-License-Identifier = "AGPL-3.0-or-later"
1313

1414
[[annotations]]
15-
path = ["test-apps/vue2/package-lock.json", "test-apps/vue2/package.json", "test-apps/vue3/package-lock.json", "test-apps/vue3/package.json"]
15+
path = ["test-apps/vue2/package-lock.json", "test-apps/vue2/package.json", "test-apps/vue2--wrong-vue-loader/package-lock.json", "test-apps/vue2--wrong-vue-loader/package.json", "test-apps/vue3/package-lock.json", "test-apps/vue3/package.json"]
1616
precedence = "aggregate"
1717
SPDX-FileCopyrightText = "2025 Nextcloud GmbH and Nextcloud contributors"
1818
SPDX-License-Identifier = "AGPL-3.0-or-later"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
const babelConfig = require('@nextcloud/babel-config')
6+
7+
module.exports = babelConfig

0 commit comments

Comments
 (0)