2
0
mirror of https://github.com/status-im/status-react.git synced 2025-01-23 17:29:08 +00:00

8 lines
166 B
Clojure
Raw Normal View History

(ns syng-im.core-test
(:require [clojure.test :refer :all]
[syng-im.core :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))