Skip to content

Commit a9e4d65

Browse files
committed
test: try again
1 parent 1e8bbc9 commit a9e4d65

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tests/Main.fs

+5-6
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ let ``Missing FableTarget property should report an error`` () =
4444
Workspace.fixtures.invalid.``MissingFableTarget.fsproj``
4545
"You need to set at least one of Fable target via the PackageTags property. Possible values are: fable-dart, fable-dotnet, fable-javascript, fable-python, fable-rust, fable-all."
4646

47-
// Test disabled because it freeze on Github CI
48-
// [<Test>]
49-
// let ``Missing FableTarget property should report an error - MultiTFM`` () =
50-
// expectToFailWithMessage
51-
// Workspace.fixtures.invalid.``MissingFableTargetMultiTFM.fsproj``
52-
// "You need to set at least one of Fable target via the PackageTags property. Possible values are: fable-dart, fable-dotnet, fable-javascript, fable-python, fable-rust, fable-all."
47+
[<Test>]
48+
let ``Missing FableTarget property should report an error - MultiTFM`` () =
49+
expectToFailWithMessage
50+
Workspace.fixtures.invalid.``MissingFableTargetMultiTFM.fsproj``
51+
"You need to set at least one of Fable target via the PackageTags property. Possible values are: fable-dart, fable-dotnet, fable-javascript, fable-python, fable-rust, fable-all."
5352

5453
[<Test>]
5554
let ``You cannot set both FablePackageType and FableTarget properties`` () =

0 commit comments

Comments
 (0)