feat: during transformation phase accumulate errors and warnings in m… #155
test.yml
on: push
Run tests suite
1m 39s
Check formatting
23s
Annotations
6 errors and 4 warnings
generated/literalType/index.test.js > literalType/string:
tests/specs/generated/literalType/index.test.js#L45
Error: Snapshot `literalType/string 1` mismatched
- Expected
+ Received
@@ -5,10 +5,10 @@
open System
[<AllowNullLiteral>]
[<Interface>]
type T =
- abstract member log: string with get, set
+ abstract member log: obj with get, set
(***)
#r "nuget: Fable.Core"
(***)
❯ generated/literalType/index.test.js:45:5
|
generated/literalType/index.test.js > literalType/float:
tests/specs/generated/literalType/index.test.js#L62
Error: Snapshot `literalType/float 1` mismatched
- Expected
+ Received
@@ -5,10 +5,10 @@
open System
[<AllowNullLiteral>]
[<Interface>]
type T =
- abstract member log: float with get, set
+ abstract member log: obj with get, set
(***)
#r "nuget: Fable.Core"
(***)
❯ generated/literalType/index.test.js:62:5
|
generated/literalType/index.test.js > literalType/integer:
tests/specs/generated/literalType/index.test.js#L79
Error: Snapshot `literalType/integer 1` mismatched
- Expected
+ Received
@@ -5,10 +5,10 @@
open System
[<AllowNullLiteral>]
[<Interface>]
type T =
- abstract member log: int with get, set
+ abstract member log: obj with get, set
(***)
#r "nuget: Fable.Core"
(***)
❯ generated/literalType/index.test.js:79:5
|
generated/literalType/index.test.js > literalType/false:
tests/specs/generated/literalType/index.test.js#L113
Error: Snapshot `literalType/false 1` mismatched
- Expected
+ Received
@@ -5,10 +5,10 @@
open System
[<AllowNullLiteral>]
[<Interface>]
type T =
- abstract member log: bool with get, set
+ abstract member log: obj with get, set
(***)
#r "nuget: Fable.Core"
(***)
❯ generated/literalType/index.test.js:113:5
|
generated/literalType/index.test.js > literalType/true:
tests/specs/generated/literalType/index.test.js#L130
Error: Snapshot `literalType/true 1` mismatched
- Expected
+ Received
@@ -5,10 +5,10 @@
open System
[<AllowNullLiteral>]
[<Interface>]
type T =
- abstract member log: bool with get, set
+ abstract member log: obj with get, set
(***)
#r "nuget: Fable.Core"
(***)
❯ generated/literalType/index.test.js:130:5
|
Run tests suite
Process completed with exit code 255.
|
Check formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check formatting
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests suite
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|