Remove automatic variant detection

This commit is contained in:
Romain Vigier
2022-02-18 13:23:45 +01:00
parent 3b7d5062c6
commit 8a02385789
69 changed files with 18 additions and 6725 deletions
-11
View File
@@ -14,7 +14,6 @@ You're welcome to contribute to the [code](#contributing-to-the-code) or to the
- [Contributing to the code](#contributing-to-the-code)
- [Coding style](#coding-style)
- [Copyright notice](#copyright-notice)
- [Themes and unit tests](#themes-and-unit-tests)
- [Localized strings](#localized-strings)
- [Contributing to the translations](#contributing-to-the-translations)
@@ -52,16 +51,6 @@ Run [`reuse`](https://reuse.software/) to check that all the needed information
reuse lint
```
### Themes and unit tests
If you add support for a theme, please write a unit test for each of its variants, in the `tests` directory, with the theme name as filename. Unit tests are written for [AVA](https://github.com/avajs/ava).
To run the tests:
```bash
npm run test-variants
```
### Localized strings
If you modify localized strings, make your changes available for translation: