HomeflowNEXT
Documentation
See the docs/index.html
file for documentation.
Local Development
Tests may not run correctly on older Node versions. Make sure you run nvm use
to use the Node version
specified in the .nvmrc
file.
Run yarn docs
to generate documentation.
Tests
As this package is a combination of client-side and server-side components, Jest is configured to use different environments for each. For this to work, server-side test files must use the extension .node.spec.ts
. Client-side tests should use .spec.ts
.
Run yarn test
to run all tests.
Use yarn test --coverage
to generate a coverage report to identify areas of code missing tests.