Sfoglia il codice sorgente

No require for `test-helper`, it is loaded by ert-runner (fixes #6).

Damien Merenne 5 anni fa
parent
commit
dcf6f9430d
3 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 1
      test/test-helper.el
  2. 0 1
      test/xwwp-follow-link-test.el
  3. 0 1
      test/xwwp-test.el

+ 1 - 1
test/test-helper.el

@@ -81,5 +81,5 @@
 
 (defun xwwp-wait-for (script)
   "Wait until scripts evaluate to true")
-(provide 'test-helper)
+
 ;;; test-helper.el ends here

+ 0 - 1
test/xwwp-follow-link-test.el

@@ -22,7 +22,6 @@
 ;;; Code:
 
 (require 'cl-lib)
-(require 'test-helper)
 (require 'with-simulated-input)
 (require 'xwwp-follow-link)
 (require 'xwwp-follow-link-ido)

+ 0 - 1
test/xwwp-test.el

@@ -21,7 +21,6 @@
 
 ;;; Code:
 
-(require 'test-helper)
 (require 'xwwp)
 
 (ert-deftest test-xwwp-js-register-function ()