Skip to content

Commit 3f0101c

Browse files
committed
fix version issues
1 parent 600747a commit 3f0101c

File tree

6 files changed

+1015
-867
lines changed

6 files changed

+1015
-867
lines changed

helper/mappings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,8 @@
522522
},
523523
"VButton": {
524524
"always": [
525-
"button"
525+
"button",
526+
"is-primary"
526527
],
527528
"optional": [
528529
"is-active",

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
transform: {
66
'^.+\\.vue$': 'vue-jest',
77
},
8-
testMatch: ['**/*.spec.js'],
8+
testMatch: ['**/*.spec.js', '**/*.spec.jsx'],
99
snapshotSerializers: ['<rootDir>/node_modules/jest-serializer-vue'],
1010
setupFilesAfterEnv: ['<rootDir>/jest-setup.js'],
1111
}

0 commit comments

Comments
 (0)