From b97a3f978383d63b5292383976a0bdf37b13c440 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 28 May 2025 14:56:15 +0200 Subject: [PATCH] :sparkles: Add tests for common buffers namespace to the cljs test runner --- common/test/common_tests/runner.cljc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/test/common_tests/runner.cljc b/common/test/common_tests/runner.cljc index 287f6c42d4..52078b36a3 100644 --- a/common/test/common_tests/runner.cljc +++ b/common/test/common_tests/runner.cljc @@ -7,6 +7,7 @@ (ns common-tests.runner (:require [clojure.test :as t] + [common-tests.buffer-test] [common-tests.colors-test] [common-tests.data-test] [common-tests.files-changes-test] @@ -56,6 +57,7 @@ (defn -main [& args] (t/run-tests + 'common-tests.buffer-test 'common-tests.colors-test 'common-tests.data-test 'common-tests.files-changes-test