2.4.1 • Published 7 years ago

fable-jest v2.4.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

fable-jest

Fable bindings for Jest.

Build Status codecov

Setup

  • 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:

    • In one terminal
      • dotnet fable start In a second terminal
      • npm run test-watch
        • This will allow you to run all, or just a subset of tests, and will re-test the changed files on save.

More Info

Refer to the template readme for more info.

2.4.1

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago