Commit Graph
4 Commits
Author SHA1 Message Date
Eric Cornelissen b3ae1bded7 Make jest-each a devDependency (#611)
* Make `jest-each` a devDependency

Change the dependency on `jest-each` from a regular dependency to a
development dependency (devDependency) as it is only used in tests.

* Remove `jest-each` and use `test-each` instead
2023-07-11 14:57:50 +02:00
Eric Cornelissen f5da61dd36 Merge branch 'main' into add-gitattributes 2021-06-06 13:59:46 +02:00
Eric Cornelissen e26bf79ffc Draft contributors.md update (#97)
* Draft contributors.md update

This is a proposed updated to the contributors.md document inspired by
the contributing guidelines of the actions/cache project [1]. There are
some differences, most notable the inclusion of "Development Details"
which explains and motivates the development tools (to an extend).

--
1. https://github.com/actions/cache/blob/eed9cfe64d00dd64cbb36bec915d41dd6fab9f6c/CONTRIBUTING.md

* Split Contributing Guidelines and Development Handbook

Split the "Contributing Guidelines" currently found in
docs/contributors.md into a CONTRIBUTING.md file, containing the
Contributing Guidelines, and a docs/development.md file, containing
details on how the development/testing of this project works.
2020-09-15 09:57:36 -04:00
Eric Cornelisesn 52f74a32ee Add gitattributes file
With two configurations:

1. `* text=auto`: normalizes line endings for all files in the repo
2. `FILE -diff`: hides the diff of these files by default. I configured this
   for lib/main.js and package-lock.json as they are not (intended to be)
   human readable nor edited by humans. Hence, seeing their diff is mostly
   useless.
2020-07-03 11:24:02 +03:00