test: remove only #4003
Annotations
31 errors and 2 warnings
__tests__/transformers/readme-components.test.ts > Readme Components Transformer > converts variable phrasing expressions to markdown nodes:
__tests__/transformers/readme-components.test.ts#L91
AssertionError: expected 'mdxFlowExpression' to be 'readme-variable' // Object.is equality
- Expected
+ Received
- readme-variable
+ mdxFlowExpression
❯ __tests__/transformers/readme-components.test.ts:91:35
|
__tests__/transformers/variables.test.tsx > variables transformer > parses variables into the mdast:
__tests__/transformers/variables.test.tsx#L39
Error: Expected two trees to be equal!
- Expected
+ Received
Object {
"children": Array [
Object {
"data": Object {
- "hName": "Variable",
- "hProperties": Object {
+ "estree": Object {
+ "body": Array [
+ Object {
+ "end": 10,
+ "expression": Node {
+ "computed": false,
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "object": Node {
+ "end": 5,
+ "loc": Object {
+ "end": Object {
+ "column": 5,
+ "line": 1,
+ "offset": 5,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "name": "user",
+ "range": Array [
+ 1,
+ 5,
+ ],
+ "start": 1,
+ "type": "Identifier",
+ },
+ "optional": false,
+ "property": Node {
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 6,
+ "line": 1,
+ "offset": 6,
+ },
+ },
"name": "name",
+ "range": Array [
+ 6,
+ 10,
+ ],
+ "start": 6,
+ "type": "Identifier",
},
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "start": 1,
+ "type": "MemberExpression",
},
- "type": "readme-variable",
- "value": "{user.name}",
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "start": 1,
+ "type": "ExpressionStatement",
+ },
+ ],
+ "comments": Array [],
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "sourceType": "module",
+ "start": 1,
+ "type": "Program",
+ },
+ },
+ "type": "mdxFlowExpression",
+ "value": "user.name",
},
],
"type": "root",
}
❯ __tests__/transformers/variables.test.tsx:39:29
|
__tests__/lib/mdast/index.test.ts > mdast transformer > parses variables:
__tests__/lib/mdast/index.test.ts#L31
Error: Expected two trees to be equal!
- Expected
+ Received
Object {
"children": Array [
Object {
"children": Array [
Object {
"type": "text",
"value": "Hello, ",
},
Object {
"data": Object {
- "hName": "Variable",
- "hProperties": Object {
+ "estree": Object {
+ "body": Array [
+ Object {
+ "end": 17,
+ "expression": Node {
+ "computed": false,
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "object": Node {
+ "end": 12,
+ "loc": Object {
+ "end": Object {
+ "column": 12,
+ "line": 1,
+ "offset": 12,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "name": "user",
+ "range": Array [
+ 8,
+ 12,
+ ],
+ "start": 8,
+ "type": "Identifier",
+ },
+ "optional": false,
+ "property": Node {
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 13,
+ "line": 1,
+ "offset": 13,
+ },
+ },
"name": "name",
+ "range": Array [
+ 13,
+ 17,
+ ],
+ "start": 13,
+ "type": "Identifier",
},
+ "range": Array [
+ 8,
+ 17,
+ ],
+ "start": 8,
+ "type": "MemberExpression",
},
- "type": "readme-variable",
- "value": "{user.name}",
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "range": Array [
+ 8,
+ 17,
+ ],
+ "start": 8,
+ "type": "ExpressionStatement",
+ },
+ ],
+ "comments": Array [],
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "range": Array [
+ 8,
|
Test (latest, 18)
Process completed with exit code 1.
|
Test (lts/-1, 18)
The job was canceled because "latest_18" failed.
|
__tests__/transformers/readme-components.test.ts > Readme Components Transformer > converts variable phrasing expressions to markdown nodes:
__tests__/transformers/readme-components.test.ts#L91
AssertionError: expected 'mdxFlowExpression' to be 'readme-variable' // Object.is equality
- Expected
+ Received
- readme-variable
+ mdxFlowExpression
❯ __tests__/transformers/readme-components.test.ts:91:35
|
__tests__/transformers/variables.test.tsx > variables transformer > parses variables into the mdast:
__tests__/transformers/variables.test.tsx#L39
Error: Expected two trees to be equal!
- Expected
+ Received
Object {
"children": Array [
Object {
"data": Object {
- "hName": "Variable",
- "hProperties": Object {
+ "estree": Object {
+ "body": Array [
+ Object {
+ "end": 10,
+ "expression": Node {
+ "computed": false,
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "object": Node {
+ "end": 5,
+ "loc": Object {
+ "end": Object {
+ "column": 5,
+ "line": 1,
+ "offset": 5,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "name": "user",
+ "range": Array [
+ 1,
+ 5,
+ ],
+ "start": 1,
+ "type": "Identifier",
+ },
+ "optional": false,
+ "property": Node {
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 6,
+ "line": 1,
+ "offset": 6,
+ },
+ },
"name": "name",
+ "range": Array [
+ 6,
+ 10,
+ ],
+ "start": 6,
+ "type": "Identifier",
},
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "start": 1,
+ "type": "MemberExpression",
},
- "type": "readme-variable",
- "value": "{user.name}",
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "start": 1,
+ "type": "ExpressionStatement",
+ },
+ ],
+ "comments": Array [],
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "sourceType": "module",
+ "start": 1,
+ "type": "Program",
+ },
+ },
+ "type": "mdxFlowExpression",
+ "value": "user.name",
},
],
"type": "root",
}
❯ __tests__/transformers/variables.test.tsx:39:29
|
__tests__/lib/mdast/index.test.ts > mdast transformer > parses variables:
__tests__/lib/mdast/index.test.ts#L31
Error: Expected two trees to be equal!
- Expected
+ Received
Object {
"children": Array [
Object {
"children": Array [
Object {
"type": "text",
"value": "Hello, ",
},
Object {
"data": Object {
- "hName": "Variable",
- "hProperties": Object {
+ "estree": Object {
+ "body": Array [
+ Object {
+ "end": 17,
+ "expression": Node {
+ "computed": false,
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "object": Node {
+ "end": 12,
+ "loc": Object {
+ "end": Object {
+ "column": 12,
+ "line": 1,
+ "offset": 12,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "name": "user",
+ "range": Array [
+ 8,
+ 12,
+ ],
+ "start": 8,
+ "type": "Identifier",
+ },
+ "optional": false,
+ "property": Node {
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 13,
+ "line": 1,
+ "offset": 13,
+ },
+ },
"name": "name",
+ "range": Array [
+ 13,
+ 17,
+ ],
+ "start": 13,
+ "type": "Identifier",
},
+ "range": Array [
+ 8,
+ 17,
+ ],
+ "start": 8,
+ "type": "MemberExpression",
},
- "type": "readme-variable",
- "value": "{user.name}",
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "range": Array [
+ 8,
+ 17,
+ ],
+ "start": 8,
+ "type": "ExpressionStatement",
+ },
+ ],
+ "comments": Array [],
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "range": Array [
+ 8,
|
Test (lts/-1, 18)
The operation was canceled.
|
Test (lts/*, 18)
The job was canceled because "latest_18" failed.
|
__tests__/transformers/readme-components.test.ts > Readme Components Transformer > converts variable phrasing expressions to markdown nodes:
__tests__/transformers/readme-components.test.ts#L91
AssertionError: expected 'mdxFlowExpression' to be 'readme-variable' // Object.is equality
- Expected
+ Received
- readme-variable
+ mdxFlowExpression
❯ __tests__/transformers/readme-components.test.ts:91:35
|
__tests__/transformers/variables.test.tsx > variables transformer > parses variables into the mdast:
__tests__/transformers/variables.test.tsx#L39
Error: Expected two trees to be equal!
- Expected
+ Received
Object {
"children": Array [
Object {
"data": Object {
- "hName": "Variable",
- "hProperties": Object {
+ "estree": Object {
+ "body": Array [
+ Object {
+ "end": 10,
+ "expression": Node {
+ "computed": false,
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "object": Node {
+ "end": 5,
+ "loc": Object {
+ "end": Object {
+ "column": 5,
+ "line": 1,
+ "offset": 5,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "name": "user",
+ "range": Array [
+ 1,
+ 5,
+ ],
+ "start": 1,
+ "type": "Identifier",
+ },
+ "optional": false,
+ "property": Node {
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 6,
+ "line": 1,
+ "offset": 6,
+ },
+ },
"name": "name",
+ "range": Array [
+ 6,
+ 10,
+ ],
+ "start": 6,
+ "type": "Identifier",
},
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "start": 1,
+ "type": "MemberExpression",
},
- "type": "readme-variable",
- "value": "{user.name}",
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "start": 1,
+ "type": "ExpressionStatement",
+ },
+ ],
+ "comments": Array [],
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "sourceType": "module",
+ "start": 1,
+ "type": "Program",
+ },
+ },
+ "type": "mdxFlowExpression",
+ "value": "user.name",
},
],
"type": "root",
}
❯ __tests__/transformers/variables.test.tsx:39:29
|
__tests__/lib/mdast/index.test.ts > mdast transformer > parses variables:
__tests__/lib/mdast/index.test.ts#L31
Error: Expected two trees to be equal!
- Expected
+ Received
Object {
"children": Array [
Object {
"children": Array [
Object {
"type": "text",
"value": "Hello, ",
},
Object {
"data": Object {
- "hName": "Variable",
- "hProperties": Object {
+ "estree": Object {
+ "body": Array [
+ Object {
+ "end": 17,
+ "expression": Node {
+ "computed": false,
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "object": Node {
+ "end": 12,
+ "loc": Object {
+ "end": Object {
+ "column": 12,
+ "line": 1,
+ "offset": 12,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "name": "user",
+ "range": Array [
+ 8,
+ 12,
+ ],
+ "start": 8,
+ "type": "Identifier",
+ },
+ "optional": false,
+ "property": Node {
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 13,
+ "line": 1,
+ "offset": 13,
+ },
+ },
"name": "name",
+ "range": Array [
+ 13,
+ 17,
+ ],
+ "start": 13,
+ "type": "Identifier",
},
+ "range": Array [
+ 8,
+ 17,
+ ],
+ "start": 8,
+ "type": "MemberExpression",
},
- "type": "readme-variable",
- "value": "{user.name}",
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "range": Array [
+ 8,
+ 17,
+ ],
+ "start": 8,
+ "type": "ExpressionStatement",
+ },
+ ],
+ "comments": Array [],
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "range": Array [
+ 8,
|
Test (lts/*, 18)
The operation was canceled.
|
Test (lts/-1, 16)
The job was canceled because "latest_18" failed.
|
__tests__/transformers/readme-components.test.ts > Readme Components Transformer > converts variable phrasing expressions to markdown nodes:
__tests__/transformers/readme-components.test.ts#L91
AssertionError: expected 'mdxFlowExpression' to be 'readme-variable' // Object.is equality
- Expected
+ Received
- readme-variable
+ mdxFlowExpression
❯ __tests__/transformers/readme-components.test.ts:91:35
|
__tests__/transformers/variables.test.tsx > variables transformer > parses variables into the mdast:
__tests__/transformers/variables.test.tsx#L39
Error: Expected two trees to be equal!
- Expected
+ Received
Object {
"children": Array [
Object {
"data": Object {
- "hName": "Variable",
- "hProperties": Object {
+ "estree": Object {
+ "body": Array [
+ Object {
+ "end": 10,
+ "expression": Node {
+ "computed": false,
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "object": Node {
+ "end": 5,
+ "loc": Object {
+ "end": Object {
+ "column": 5,
+ "line": 1,
+ "offset": 5,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "name": "user",
+ "range": Array [
+ 1,
+ 5,
+ ],
+ "start": 1,
+ "type": "Identifier",
+ },
+ "optional": false,
+ "property": Node {
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 6,
+ "line": 1,
+ "offset": 6,
+ },
+ },
"name": "name",
+ "range": Array [
+ 6,
+ 10,
+ ],
+ "start": 6,
+ "type": "Identifier",
},
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "start": 1,
+ "type": "MemberExpression",
},
- "type": "readme-variable",
- "value": "{user.name}",
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "start": 1,
+ "type": "ExpressionStatement",
+ },
+ ],
+ "comments": Array [],
+ "end": 10,
+ "loc": Object {
+ "end": Object {
+ "column": 10,
+ "line": 1,
+ "offset": 10,
+ },
+ "start": Object {
+ "column": 1,
+ "line": 1,
+ "offset": 1,
+ },
+ },
+ "range": Array [
+ 1,
+ 10,
+ ],
+ "sourceType": "module",
+ "start": 1,
+ "type": "Program",
+ },
+ },
+ "type": "mdxFlowExpression",
+ "value": "user.name",
},
],
"type": "root",
}
❯ __tests__/transformers/variables.test.tsx:39:29
|
__tests__/lib/mdast/index.test.ts > mdast transformer > parses variables:
__tests__/lib/mdast/index.test.ts#L31
Error: Expected two trees to be equal!
- Expected
+ Received
Object {
"children": Array [
Object {
"children": Array [
Object {
"type": "text",
"value": "Hello, ",
},
Object {
"data": Object {
- "hName": "Variable",
- "hProperties": Object {
+ "estree": Object {
+ "body": Array [
+ Object {
+ "end": 17,
+ "expression": Node {
+ "computed": false,
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "object": Node {
+ "end": 12,
+ "loc": Object {
+ "end": Object {
+ "column": 12,
+ "line": 1,
+ "offset": 12,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "name": "user",
+ "range": Array [
+ 8,
+ 12,
+ ],
+ "start": 8,
+ "type": "Identifier",
+ },
+ "optional": false,
+ "property": Node {
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 13,
+ "line": 1,
+ "offset": 13,
+ },
+ },
"name": "name",
+ "range": Array [
+ 13,
+ 17,
+ ],
+ "start": 13,
+ "type": "Identifier",
},
+ "range": Array [
+ 8,
+ 17,
+ ],
+ "start": 8,
+ "type": "MemberExpression",
},
- "type": "readme-variable",
- "value": "{user.name}",
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "range": Array [
+ 8,
+ 17,
+ ],
+ "start": 8,
+ "type": "ExpressionStatement",
+ },
+ ],
+ "comments": Array [],
+ "end": 17,
+ "loc": Object {
+ "end": Object {
+ "column": 17,
+ "line": 1,
+ "offset": 17,
+ },
+ "start": Object {
+ "column": 8,
+ "line": 1,
+ "offset": 8,
+ },
+ },
+ "range": Array [
+ 8,
|
Test (lts/-1, 16)
The operation was canceled.
|
Test (lts/*, 17)
The job was canceled because "latest_18" failed.
|
Test (lts/*, 17)
The operation was canceled.
|
Test (latest, 16)
The job was canceled because "latest_18" failed.
|
Test (latest, 16)
The operation was canceled.
|
Test (latest, 17)
The job was canceled because "latest_18" failed.
|
Test (latest, 17)
The operation was canceled.
|
Test (lts/*, 16)
The job was canceled because "latest_18" failed.
|
Test (lts/*, 16)
The operation was canceled.
|
Test (lts/-1, 17)
The job was canceled because "latest_18" failed.
|
Test (lts/-1, 17)
The operation was canceled.
|
Visual Tests (20.x, 18)
Process completed with exit code 2.
|
Visual Tests (20.x, 18)
Process completed with exit code 2.
|
Test (latest, 18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Visual Tests (20.x, 18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
image-snapshots
|
1.88 MB |
|
snapshots-diffs
|
165 KB |
|