mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
b5763bb8ad
Former-commit-id: 6a5250247ca0de762169548c2ff109486b709f13
8 lines
170 B
Clojure
8 lines
170 B
Clojure
(ns status-im.core-test
|
|
(:require [clojure.test :refer :all]
|
|
[status-im.core :refer :all]))
|
|
|
|
(deftest a-test
|
|
(testing "FIXME, I fail."
|
|
(is (= 0 1))))
|