Steffen Forkmann
Steffen Forkmann
The icon is now part of the mechanic repo.
Cc @vbfox Am Sa., 19. Jan. 2019, 01:14 hat Brian Lalonde geschrieben: > I'm getting this error: > > Neither Paket nor its bootstrapper were found. It is suggested that...
//cc @jindraivanek
module End2End.Program open Fable.Mocha let allTests = testList "End2End tests" [ SoundCheck.allTests ] promise { printfn "Init" do! TestHelper.init() Mocha.runTests allTests |> ignore printfn "Cleanup" do! TestHelper.cleanup() printfn "Done" }...
ok it's not working. it's not running my tests
yes that works!
in other words: would be cool to have the following in the box [] let before (callback: unit -> Promise) = jsNative [] let after(callback: unit -> Promise) = jsNative...
I don't really think I want to deal with runner config. I just want to habe a function that takes a test list and returns true if a focus was...
Ok NoWarn NU1605 brings me one step further. Now I get an even worse error at runtime.  This code is actually fine. the versions are binary compatible for everything...
The scenario is as follows: We try to run dotnet core apps that reference FSharp.Core and multiple other libs that depend on FSharp:Core. Unfortunately Azure Functions requires to use FSharp.Core...