AlexRedisson18/page-loader

View on GitHub
__tests__/__fixtures__/html-with-changed-links.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html><html><head>
    <title></title>
    </head>
  <body>
    <link href="localhost_file/files-style.css">
    <img src="localhost_file/files-img.jpg">
    <img src="http://something.com/files/img228.jpg">
    <script src="localhost_file/files-script.txt"></script>
  Some text for testing page-loader
  </body></html>