Skip to content

Commit 1594f65

Browse files
authored
Merge pull request #2211 from Kitware/floryst-contributing-test
docs(CONTRIBUTING): update testing info
2 parents d611a58 + d806328 commit 1594f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Please follow the coding style:
6262
If committing changes to `vtk.js@next` or `vtk.js@next-major`, then set your base branch to be `next`
6363
or `next-major`, respectively. For more info see the section on release channels below.
6464

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

6767
## Release Channels
6868

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

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

0 commit comments

Comments
 (0)