changed to have exclude options take precedence over comment directives #137
Annotations
11 errors and 1 warning
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts > getInlineDeclarationRenderData > successfully generate render data, with output directory:
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts#L39
AssertionError: expected [ { …(7) }, { …(7) } ] to match object [ { …(7) }, { …(7) } ]
- Expected
+ Received
Array [
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/d/a.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": "../c/d/a.ts",
+ "relativePath": "../c/d/a",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/e/b.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": "../c/e/b.ts",
+ "relativePath": "../c/e/b",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
]
❯ src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts:39:18
|
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts > getInlineDeclarationRenderData > successfully generate render data, without output directory:
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts#L91
AssertionError: expected [ { …(7) }, { …(7) } ] to match object [ { …(7) }, { …(7) } ]
- Expected
+ Received
Array [
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/d/a.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/d/a.ts",
+ "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/d/a",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/e/b.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/e/b.ts",
+ "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/e/b",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
]
❯ src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts:91:18
|
build (20.x)
Process completed with exit code 1.
|
build (22.x)
The job was canceled because "_20_x" failed.
|
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts > getInlineDeclarationRenderData > successfully generate render data, with output directory:
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts#L39
AssertionError: expected [ { …(7) }, { …(7) } ] to match object [ { …(7) }, { …(7) } ]
- Expected
+ Received
Array [
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/d/a.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": "../c/d/a.ts",
+ "relativePath": "../c/d/a",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/e/b.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": "../c/e/b.ts",
+ "relativePath": "../c/e/b",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
]
❯ src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts:39:18
|
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts > getInlineDeclarationRenderData > successfully generate render data, without output directory:
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts#L91
AssertionError: expected [ { …(7) }, { …(7) } ] to match object [ { …(7) }, { …(7) } ]
- Expected
+ Received
Array [
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/d/a.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/d/a.ts",
+ "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/d/a",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/e/b.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/e/b.ts",
+ "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/e/b",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
]
❯ src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts:91:18
|
build (22.x)
Process completed with exit code 1.
|
build (18.x)
The job was canceled because "_20_x" failed.
|
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts > getInlineDeclarationRenderData > successfully generate render data, with output directory:
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts#L39
AssertionError: expected [ { …(7) }, { …(7) } ] to match object [ { …(7) }, { …(7) } ]
- Expected
+ Received
Array [
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/d/a.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": "../c/d/a.ts",
+ "relativePath": "../c/d/a",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/e/b.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": "../c/e/b.ts",
+ "relativePath": "../c/e/b",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
]
❯ src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts:39:18
|
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts > getInlineDeclarationRenderData > successfully generate render data, without output directory:
src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts#L91
AssertionError: expected [ { …(7) }, { …(7) } ] to match object [ { …(7) }, { …(7) } ]
- Expected
+ Received
Array [
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/d/a.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/d/a.ts",
+ "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/d/a",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
Object {
"commentCode": "// @ctix-declaration",
"extname": Object {
"origin": ".ts",
"render": ".js",
},
"filePath": "/home/runner/work/ctix/ctix/a/b/c/e/b.ts",
"pos": Object {
"column": 0,
"line": 0,
"start": 0,
},
- "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/e/b.ts",
+ "relativePath": ".//home/runner/work/ctix/ctix/a/b/c/e/b",
"tag": "@ctix-declaration",
"workspaces": undefined,
},
]
❯ src/templates/modules/__tests__/get.inline.declaration.render.data.test.ts:91:18
|
build (18.x)
Process completed with exit code 1.
|
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|