INitial setup with cheshire and clj-http

This commit is contained in:
benjaminramey
2020-08-06 10:01:35 -05:00
commit 7d95201a76
8 changed files with 391 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
(ns coinbase-autotrader.core-test
(:require [clojure.test :refer :all]
[coinbase-autotrader.core :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))