Skip to content

Commit

Permalink
remove mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jan 5, 2025
1 parent baa0d67 commit c9bd6f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lisp/init-web.el
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
(use-package typescript-mode
:mode ("\\.ts[x]\\'" . typescript-mode))

;; Run Mocha or Jasmine tests
(use-package mocha
:config (use-package mocha-snippets))

;; Major mode for CoffeeScript code
(use-package coffee-mode
:config (setq coffee-tab-width 2))
Expand Down

0 comments on commit c9bd6f1

Please sign in to comment.