Skip to content

Commit

Permalink
chore: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Nov 6, 2021
1 parent 2ab5050 commit bab829a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"self": true,
"cy": true,
"context": true,
"setTimeout": true,
"clearTimeout": true,
"Cypress": true,

"afterAll": false,
Expand Down
1 change: 0 additions & 1 deletion src/core/hint.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import setAnchorAsButton from "../util/setAnchorAsButton";
import setHelperLayerPosition from "./setHelperLayerPosition";
import placeTooltip from "./placeTooltip";
import createElement from "../util/createElement";
import onResize from "./onResize";
import debounce from "../util/debounce";

/**
Expand Down

0 comments on commit bab829a

Please sign in to comment.