Skip to content

Commit

Permalink
chore(test): organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-leba committed Dec 6, 2023
1 parent 4d4128c commit f32cf6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/setup.el
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
;; -*- lexical-binding: t; -*-
(require 'dash)
(require 'mode-local)
(require 'buttercup)
(require 'url-parse)

(require 'tree-edit)
(require 'evil-tree-edit)
(require 'tree-edit-build)
(require 'url-parse)
(require 'evil-tree-edit)

(defvar tree-edit--test-grammar-location (expand-file-name ".test-grammars/"))
(defvar tree-edit--test-major-mode-mapping
Expand Down

0 comments on commit f32cf6c

Please sign in to comment.