Initial setup, after adding clj-http and google api creds json file

This commit is contained in:
benjaminramey
2020-08-04 18:44:57 -05:00
commit 6b0023680c
9 changed files with 402 additions and 0 deletions

View File

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