Skip to content

Commit

Permalink
docs(CONTRIBUTING): update testing info
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst authored and forrest committed Jan 6, 2022
1 parent bec9cb3 commit d806328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Please follow the coding style:
If committing changes to `vtk.js@next` or `vtk.js@next-major`, then set your base branch to be `next`
or `next-major`, respectively. For more info see the section on release channels below.

8. vtk.js uses GitHub for code review and Travis-CI to test proposed patches before they are merged.
8. vtk.js uses GitHub for code review and Github Actions to validate proposed patches before they are merged.

## Release Channels

Expand Down Expand Up @@ -110,7 +110,7 @@ you are satisfied with the staging branch changes, you can then merge into eithe

To create and debug a test:
- Create a testFuncNameToTest.js in a "test" folder of the class to test.
- Add the test path into Sources/tests.js and temporarily comment the other tests
- If you want to run just your test, use `test.only(...)` instead of `test(...)`.
- Run `npm run test:debug`
- In the opened window, click the Debug button and place breakpoints in browser debugger.

Expand Down

0 comments on commit d806328

Please sign in to comment.