Initial setup, after adding clj-http and google api creds json file
This commit is contained in:
7
test/google_photos_downloader/core_test.clj
Normal file
7
test/google_photos_downloader/core_test.clj
Normal 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))))
|
||||
Reference in New Issue
Block a user