Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
see #185
  • Loading branch information
KaelWD committed Jul 20, 2020
1 parent 983a796 commit 223380c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`helpers.js should merge sass variable rules 1`] = `
Object {
"prependData": "@import '@/sass/variables.sass'
"additionalData": "@import '@/sass/variables.sass'
@import '@/sass/variables.scss'
@import '@/scss/variables.sass'
@import '@/scss/variables.scss'
Expand All @@ -14,7 +14,7 @@ Object {

exports[`helpers.js should merge sass variable rules 2`] = `
Object {
"prependData": "@import '@/sass/variables.sass';
"additionalData": "@import '@/sass/variables.sass';
@import '@/sass/variables.scss';
@import '@/scss/variables.sass';
@import '@/scss/variables.scss';
Expand Down

0 comments on commit 223380c

Please sign in to comment.