Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Mar 14, 2020
1 parent e55427b commit 0707a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ describe("Check links", () => {
let links = merge(hrefs, imgs);
let [urls, files] = partition(links, isUrl);

console.log(files);

// #から始まるリンクはページ内リンク(脚注)なので除外
let testFiles = files.filter((s) => !s.startsWith("#")).map(modifyLinkForTest);

Expand Down

0 comments on commit 0707a72

Please sign in to comment.