Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

Commit 79b616d

Browse files
committed
stub test
1 parent 4266f8c commit 79b616d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

deps.edn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@
2727
{:extra-deps {com.cognitect/test-runner
2828
{:git/url "https://github.com/cognitect-labs/test-runner.git"
2929
:sha "028a6d41ac9ac5d5c405dfc38e4da6b4cc1255d5"}}
30-
:main-opts ["-m" "cognitect.test-runner"]}}}
30+
:main-opts ["-m" "cognitect.test-runner"
31+
"-d" "src/test/clojure/"
32+
"-r" ".*"
33+
]}}}

script/test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
22

3-
mvn compile
4-
#clojure -Atest:runner
3+
clojure -Atest:runner
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
(ns clojure.core.typed.lang.jvm-test
2+
(:require [clojure.core.typed.lang.jvm :as lang]
3+
[clojure.test :refer :all]))
4+
5+
(deftest stub
6+
(is (map? lang/lang-dispatch)))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy