Skip to content

Commit

Permalink
Fix test runs on Emacs snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutov committed Mar 16, 2022
1 parent d3144b5 commit b9ed9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/externs.el
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
(member "getRow" found-externs)
(member "Proxy" found-externs))))))

(ert-deftest js2-finds-jslint-globals-with-newline ()
(ert-deftest js2-finds-jslint-declaration-externs-with-newline ()
(with-temp-buffer
(insert "/*jslint\nbrowser: true,\nnode:\ntrue\n, devel:\ntrue\n*/")
(js2-mode)
Expand Down

0 comments on commit b9ed9e4

Please sign in to comment.