Skip to content

Commit

Permalink
Merge pull request #935 from SSWConsulting/fix-tests
Browse files Browse the repository at this point in the history
🐛 Revert htmlhint version and fix tests
  • Loading branch information
zacharykeeping authored Sep 17, 2024
2 parents 9d2d45c + 4365366 commit c5b36c3
Show file tree
Hide file tree
Showing 22 changed files with 821 additions and 65 deletions.
2 changes: 1 addition & 1 deletion docker/customHtmlRules.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { getCustomHtmlRuleOptions } = require("./api");
const { HTMLHint } = require("htmlhint");
const HTMLHint = require("htmlhint").default;
const findPhoneNumbersInText = require('libphonenumber-js').findPhoneNumbersInText;
const { customHtmlHintRules } = require("./rules");
const { CONSTANTS } = require("./utils")
Expand Down
Loading

0 comments on commit c5b36c3

Please sign in to comment.