Open
Description
The following tests failed:
$ npm test
...
6 failing
1) no-dead-link
should treat 301 https://httpstat.us/301:
AssertionError [ERR_ASSERTION]: "message should be "https://httpstat.us/301 is redirected to https://httpstat.us/. (301 Moved Permanently)"
+ expected - actual
-https://httpstat.us/301 is dead. (301 Moved Permanently)
+https://httpstat.us/301 is redirected to https://httpstat.us/. (301 Moved Permanently)
at /path/to/textlint-rule-no-dead-link/node_modules/textlint-tester/src/test-util.ts:121:24
at Array.forEach (<anonymous>)
at /path/to/textlint-rule-no-dead-link/node_modules/textlint-tester/src/test-util.ts:91:16
at processTicksAndRejections (node:internal/process/task_queues:96:5)
2) no-dead-link
Fixer: should treat 301 https://httpstat.us/301:
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'should treat 301 https://httpstat.us/301'
- 'should treat 301 https://httpstat.us/'
+ expected - actual
-should treat 301 https://httpstat.us/301
+should treat 301 https://httpstat.us/
at /path/to/textlint-rule-no-dead-link/node_modules/textlint-tester/src/textlint-tester.ts:239:28
at processTicksAndRejections (node:internal/process/task_queues:96:5)
3) no-dead-link
should treat 301 [link](https://httpstat.us/301):
AssertionError [ERR_ASSERTION]: "message should be "https://httpstat.us/301 is redirected to https://httpstat.us/. (301 Moved Permanently)"
+ expected - actual
-https://httpstat.us/301 is dead. (301 Moved Permanently)
+https://httpstat.us/301 is redirected to https://httpstat.us/. (301 Moved Permanently)
at /path/to/textlint-rule-no-dead-link/node_modules/textlint-tester/src/test-util.ts:121:24
at Array.forEach (<anonymous>)
at /path/to/textlint-rule-no-dead-link/node_modules/textlint-tester/src/test-util.ts:91:16
at processTicksAndRejections (node:internal/process/task_queues:96:5)
4) no-dead-link
Fixer: should treat 301 [link](https://httpstat.us/301):
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'should treat 301 [link](https://httpstat.us/301)'
- 'should treat 301 [link](https://httpstat.us/)'
+ expected - actual
-should treat 301 [link](https://httpstat.us/301)
+should treat 301 [link](https://httpstat.us/)
at /path/to/textlint-rule-no-dead-link/node_modules/textlint-tester/src/textlint-tester.ts:239:28
at processTicksAndRejections (node:internal/process/task_queues:96:5)
5) no-dead-link
should treat 302 [link](https://httpstat.us/302):
AssertionError [ERR_ASSERTION]: "message should be "https://httpstat.us/302 is redirected to https://httpstat.us/. (302 Found)"
+ expected - actual
-https://httpstat.us/302 is dead. (302 Found)
+https://httpstat.us/302 is redirected to https://httpstat.us/. (302 Found)
at /path/to/textlint-rule-no-dead-link/node_modules/textlint-tester/src/test-util.ts:121:24
at Array.forEach (<anonymous>)
at /path/to/textlint-rule-no-dead-link/node_modules/textlint-tester/src/test-util.ts:91:16
at processTicksAndRejections (node:internal/process/task_queues:96:5)
6) no-dead-link
Fixer: should treat 302 [link](https://httpstat.us/302):
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'should treat 302 [link](https://httpstat.us/302)'
- 'should treat 302 [link](https://httpstat.us/)'
+ expected - actual
-should treat 302 [link](https://httpstat.us/302)
+should treat 302 [link](https://httpstat.us/)
at /path/to/textlint-rule-no-dead-link/node_modules/textlint-tester/src/textlint-tester.ts:239:28
at processTicksAndRejections (node:internal/process/task_queues:96:5)
ERROR: "unittest" exited with 6.