Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 223380c

Browse files
committed
test: update snapshots
see #185
1 parent 983a796 commit 223380c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue-cli-plugin-vuetify/util/__tests__/__snapshots__/helpers.spec.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`helpers.js should merge sass variable rules 1`] = `
44
Object {
5-
"prependData": "@import '@/sass/variables.sass'
5+
"additionalData": "@import '@/sass/variables.sass'
66
@import '@/sass/variables.scss'
77
@import '@/scss/variables.sass'
88
@import '@/scss/variables.scss'
@@ -14,7 +14,7 @@ Object {
1414

1515
exports[`helpers.js should merge sass variable rules 2`] = `
1616
Object {
17-
"prependData": "@import '@/sass/variables.sass';
17+
"additionalData": "@import '@/sass/variables.sass';
1818
@import '@/sass/variables.scss';
1919
@import '@/scss/variables.sass';
2020
@import '@/scss/variables.scss';

0 commit comments

Comments
 (0)