counsel-projectile/tests/test-counsel-projectile.el
Maciej Szlosarczyk 2475965b80
All checks were successful
/ Test on 28.2 (push) Successful in 3m30s
/ Test on 29.1 (push) Successful in 3m43s
/ Test on snapshot (push) Successful in 6m35s
Install deps and run tests
2024-08-15 22:27:34 +03:00

13 lines
361 B
EmacsLisp

;;; test-counsel-projectile.el --- Buttercup tests for counsel-projectile -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:
(require 'buttercup)
(require 'counsel-projectile)
;; Example test!
(describe "A suite"
(it "contains a spec with an expectation"
(expect counsel-projectile--buffers :to-be nil)))
;;; test-counsel-projectile.el ends here