elsa-core/test/integration/Elsa.JavaScript.IntegrationTests
Sipke Schoorstra cc694bf15b Use var for local variables in test cases
Updated all instances of explicitly typed `string` and `JsonElement` to `var` in `JsonElementConverterTests.cs` to improve code readability and maintain consistency with modern C# coding practices. This change does not affect functionality but aligns with better style conventions.
2025-01-14 23:19:51 +01:00
..
Elsa.JavaScript.IntegrationTests.csproj Add .NET 9.0 target 2024-12-10 21:06:42 +01:00
JsonConverterTest.cs fix JavaScript BigInt mapping to BigInteger serialization incorrect (#6164) 2024-12-03 15:07:40 +01:00
JsonElementConverterTests.cs Use var for local variables in test cases 2025-01-14 23:19:51 +01:00
ToJsonTests.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00