]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore(test): add note about router-view tests
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 1 Jul 2019 17:18:22 +0000 (19:18 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 1 Jul 2019 17:18:22 +0000 (19:18 +0200)
__tests__/router-view.spec.js

index 3eeb1b28dcc5bb7398fcf36f1bc1d50747187433..0526b2627708aa60748458d92ee6136c131b2ae6 100644 (file)
@@ -1,8 +1,8 @@
 /**
  * @jest-environment jsdom
- *
  */
 // @ts-check
+// NOTE: these tests only run when using jest `yarn jest --watch`
 require('./helper')
 const expect = require('expect')
 const { default: RouterView } = require('../src/components/View')