File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
developer_manual/getting-started Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 44LibreSign includes multiple test suites (see ``.github/workflows `` for CI jobs).
55Below are the most relevant for day-to-day development and how to run them locally.
66
7+ .. admonition :: Tips
8+
9+ - Keep your local branches rebased and dependencies up to date to reduce noise in lints and type checks.
10+ - Tests and CI are also part of the documentation, check ``.github/workflows `` and the ``tests `` folder for usage examples.
11+
712Unit tests
813----------
914
@@ -71,14 +76,3 @@ JavaScript linters
7176
7277 npm run lint:fix
7378 npm run stylelint:fix
74-
75- Tips
76- ----
77-
78- - Prefer running commands **inside the Nextcloud container ** as the ``www-data `` user
79- when applicable (permissions and paths will match CI). You may also use the
80- ``runuser `` command, as shown in the examples.
81- - Keep your local branches rebased and dependencies up to date to reduce noise in
82- lints and type checks.
83- - Tests and CI are also part of the documentation, check ``.github/workflows `` and
84- the ``tests `` folder for usage examples.
You can’t perform that action at this time.
0 commit comments