Skip to content

Commit

Permalink
convert to vite and use new fable compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed Jul 30, 2023
1 parent fde3342 commit f5354b3
Show file tree
Hide file tree
Showing 5 changed files with 1,892 additions and 10,157 deletions.
10 changes: 8 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@
]
},
"fable": {
"version": "3.1.1",
"version": "4.1.4",
"commands": [
"fable"
]
},
"femto": {
"version": "0.19.0",
"commands": [
"femto"
]
}
}
}
}
3 changes: 1 addition & 2 deletions tests/Hedgehog.Tests/Hedgehog.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Expecto" Version="10.*" />
<PackageReference Include="Fable.Core" Version="4.0.0" />
<PackageReference Include="Fable.Mocha" Version="2.16.0" />
<PackageReference Include="Fable.Mocha" Version="2.17.0" />
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Update="FSharp.Core" Version="7.0.300" />
Expand Down
2 changes: 1 addition & 1 deletion tests/Hedgehog.Tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Hedgehog.Tests</title>
</head>
<body>
<script src="bundle.js"></script>
<script type="module" src="tests-js/Program.js"></script>
</body>
</html>
Loading

0 comments on commit f5354b3

Please sign in to comment.