Skip to content

Commit 51e93a3

Browse files
committed
add links to testing examples
1 parent fcedd84 commit 51e93a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guide/application.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ describe('my-component', function () {
175175
})
176176
```
177177

178+
There are example Karma configurations for both [Webpack](https://github.com/vuejs/vue-loader-example/blob/master/build/karma.conf.js) and [Browserify](https://github.com/vuejs/vueify-example/blob/master/karma.conf.js).
179+
178180
<p class="tip">Since Vue.js directives perform updates asynchronously, when you are asserting DOM state after changing the data, you will have to do so in a `Vue.nextTick` callback.</p>
179181

180182
## Deploying for Production

0 commit comments

Comments
 (0)