The tests do not depend on separate files for loading templates. This is
for the layouts to be defined alongside the tests for easier updates.
The methods have been refactored and documented for ease of use of the
consumers.
We have added a more meaningful code sample in the README file.
Also, the publishing will happen on multiple registries, just like
`@theoryofnekomata/react-musical-keyboard`
Use custom JSDOM apart from Jest's built-in JSDOM instance because
we need to test different kinds of documents.
We will need to address problems with types, e.g. for `RadioNodeList`
because the runner could not find its declaration (for both our custom
and built-in JSDOM instances).