Skip to content

Commit

Permalink
Move back to Ava because vitest freeze when using the debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Dec 31, 2023
1 parent 980beee commit 2bb955e
Show file tree
Hide file tree
Showing 25 changed files with 1,167 additions and 675 deletions.
6 changes: 6 additions & 0 deletions Glutinum.Converter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Glutinum.Converter.CLI", "s
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Glutinum.Build", "src\Glutinum.Build\Glutinum.Build.fsproj", "{1566C4D2-0960-4F46-B6BB-F85426C277A4}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Glutinum.Converter.Tests", "tests\Glutinum.Converter.Tests.fsproj", "{F75187C8-230D-408C-88E4-694651AECC85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -32,6 +34,10 @@ Global
{1566C4D2-0960-4F46-B6BB-F85426C277A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1566C4D2-0960-4F46-B6BB-F85426C277A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1566C4D2-0960-4F46-B6BB-F85426C277A4}.Release|Any CPU.Build.0 = Release|Any CPU
{F75187C8-230D-408C-88E4-694651AECC85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F75187C8-230D-408C-88E4-694651AECC85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F75187C8-230D-408C-88E4-694651AECC85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F75187C8-230D-408C-88E4-694651AECC85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{58CF9C5B-77C4-4683-87B3-E62529CAAB09} = {C75BB3D7-CD0C-46A8-862E-4DEF5D95FB87}
Expand Down
12 changes: 12 additions & 0 deletions ava.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export default {
files: [
"tests/**/*",
"!tests/fable_modules/**/*"
],
watchMode: {
ignoreChanges: [
"tests/**/*.fsproj",
"tests/**/*.fs"
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/glutinum-org/cli#readme",
"devDependencies": {
"dirname-filename-esm": "^1.1.1",
"vitest": "^1.1.0"
"ava": "^6.0.1",
"dirname-filename-esm": "^1.1.1"
},
"dependencies": {
"chalk": "^5.3.0",
Expand Down
1 change: 1 addition & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ nuget FSharp.Core redirects: force
nuget Fable.Core
nuget Glutinum.Chalk
nuget Fable.Node
nuget Fable.Promise

group Build

Expand Down
3 changes: 3 additions & 0 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ NUGET
Fable.Node (1.2)
Fable.Core (>= 3.1.2) - restriction: >= netstandard2.0
FSharp.Core (>= 5.0) - restriction: >= netstandard2.0
Fable.Promise (3.2)
Fable.Core (>= 3.7.1) - restriction: >= netstandard2.0
FSharp.Core (>= 4.7.2) - restriction: >= netstandard2.0
FSharp.Core (8.0.100) - redirects: force
Glutinum.Chalk (1.0)
Fable.Core (>= 3.2.5) - restriction: >= netstandard2.0
Expand Down
Loading

0 comments on commit 2bb955e

Please sign in to comment.