changed to have exclude options take precedence over comment directives #137
Annotations
4 errors
|
Run pnpm run test:ci:
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
|
Run pnpm run test:ci:
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
|
Run pnpm run test:ci
Process completed with exit code 1.
|
Loading