Skip to content

Commit 8b1f8aa

Browse files
committed
update tests and deps
1 parent a58a282 commit 8b1f8aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"style-loader": "^0.13.0",
6363
"stylus-loader": "^1.4.0",
6464
"template-html-loader": "^0.0.3",
65+
"vue-hot-reload-api": "^1.2.0",
6566
"vue-html-loader": "^1.0.0",
6667
"webpack": "^1.12.2"
6768
}

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ describe('vue-loader', function () {
164164
entry: './test/fixtures/autoprefix.js'
165165
}, function (window) {
166166
var style = window.document.querySelector('style').textContent
167-
expect(style).to.contain('body {\n -webkit-transform: scale(1);\n -ms-transform: scale(1);\n transform: scale(1);\n}')
167+
expect(style).to.contain('body {\n -webkit-transform: scale(1);\n transform: scale(1);\n}')
168168
done()
169169
})
170170
})

0 commit comments

Comments
 (0)