Skip to content
Permalink
56d52b6fe6
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
12 lines (10 sloc) 348 Bytes
(ns ulysses.core-test
(:require [cljs.test :refer-macros [deftest testing is]]
[ulysses.core :as core]))
;; NOTE
;; runner.cljs is currently set up to run tests in
;; all namespaces that match ulysses.*, which mostly
;; voids the need for this auxillary test directory
(deftest fake-test
(testing "description"
(is (= 2 2))))