]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
test(e2e): fix tsconfig
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 24 Mar 2020 09:10:56 +0000 (10:10 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 24 Mar 2020 15:09:43 +0000 (16:09 +0100)
e2e/runner.js
e2e/tsconfig.json

index c9465735185855e2b8e48d20edb9c974e2a8b67e..983c54725e48a2d033a2846f6fa520934545bfb7 100644 (file)
@@ -12,7 +12,8 @@
  *
  * If you are already running the dev server with `yarn run serve`, you can pass the --dev option to avoid launching the server
  * $ node e2e/runner.js --dev
- * **Make sure to pass the option at the end**
+ * **Make sure to pass the option at the end:**
+ * $ node e2e/runner.js e2e/specs/basic.js --dev
  *
  * __For maintainers only__
  * You can trigger tests on Browserstack on other browsers by passing the --local option
index 95aceb4d8875dcd9cf30a0280d025b78d10eb4f7..dd0fee87beeb6e4a404e44fc70d9cafbebc70bf5 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "include": ["index.ts", "*/*ts", "../src/global.d.ts"],
+  "include": ["index.ts", "*/*.ts", "../src/global.d.ts"],
   "compilerOptions": {
     "target": "es5",
     "module": "commonjs",