fable-import-mocha

0.0.3 • Public • Published

fable-import-mocha

Fable bindings for Mocha

Installation

$ npm install --save fable-core
$ npm install --save-dev fable-import-mocha

Usage

Check the sample for more info.

With an F# project (.fsproj)

  <ItemGroup>
    <Reference Include="node_modules/fable-core/Fable.Core.dll" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="node_modules/fable-import-mocha/Fable.Import.Mocha.fs" />
  </ItemGroup>

With an F# script (.fsx)

#r "node_modules/fable-core/Fable.Core.dll"
#load "node_modules/fable-import-mocha/Fable.Import.Mocha.fs"

open Fable.Core
open Fable.Import

Package Sidebar

Install

npm i fable-import-mocha

Weekly Downloads

0

Version

0.0.3

License

Apache-2.0

Last publish

Collaborators

  • alfonsogarciacaro