Fable bindings for Jest.
Install / update template
dotnet new -i Fable.Template.Jest
Create project
dotnet new fable-jest -n my-test-app -lang F#
Run the tests
dotnet fable npm-run test
Run the tests and output code coverage
dotnet fable npm-run coverage
Run the tests in watch mode:
dotnet fable start
In a second terminalnpm run test-watch
Refer to the template readme for more info.