From: Eduardo San Martin Morote Date: Mon, 1 Jul 2019 17:18:22 +0000 (+0200) Subject: chore(test): add note about router-view tests X-Git-Tag: v4.0.0-alpha.0~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b21799701610cd45a6d80075bf44dc4cf604715;p=thirdparty%2Fvuejs%2Frouter.git chore(test): add note about router-view tests --- diff --git a/__tests__/router-view.spec.js b/__tests__/router-view.spec.js index 3eeb1b28..0526b262 100644 --- a/__tests__/router-view.spec.js +++ b/__tests__/router-view.spec.js @@ -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')