Parcourir la source

add note about debugger

Steven Silvester il y a 6 ans
Parent
commit
de9f07dcd1
2 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1 1
      CONTRIBUTING.md
  2. 0 4
      yarn.lock

+ 1 - 1
CONTRIBUTING.md

@@ -193,7 +193,7 @@ jlpm create:test <package-directory-name>
 
 For those test folders that use `jest`, they can be run as `jlpm test` to run the files
 directly. You can also use `jlpm test --namePattern=<regex>` to specify specific test
-suite names, and `jlpm test --pathPattern=<regex>` to specify specific test module names. Running `jlpm watch` will start a node V8 debugger, which can be debugged
+suite names, and `jlpm test --pathPattern=<regex>` to specify specific test module names. In order to watch the code, add a `debugger` line in your code and run `jlpm watch`. This will start a node V8 debugger, which can be debugged
 in Chrome by browsing to `chrome://inspect/` and launching the remote session.
 
 ### Build and run the stand-alone examples

+ 0 - 4
yarn.lock

@@ -763,10 +763,6 @@
   version "8.0.58"
   resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.58.tgz#5b3881c0be3a646874803fee3197ea7f1ed6df90"
 
-"@types/node@^10.12.10":
-  version "10.12.10"
-  resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.10.tgz#4fa76e6598b7de3f0cb6ec3abacc4f59e5b3a2ce"
-
 "@types/prop-types@*":
   version "15.5.5"
   resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.5.tgz#17038dd322c2325f5da650a94d5f9974943625e3"