Skip to content

Commit

Permalink
Update link checking test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketionist committed Dec 2, 2023
1 parent 148003b commit 74832c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/links.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
const { checkFile } = require('../index.js');

checkFile('./README.md');
checkFile(
'./README.md',
[
'https://github.com/Marketionist/img-link-checker/actions',
'https://www.linkedin.com/in/test/'
]
);

0 comments on commit 74832c5

Please sign in to comment.