Skip to content

Commit

Permalink
update readme/project and remove old test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cpetzold committed Jan 17, 2014
1 parent 0da724e commit 62ec077
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,9 @@ Listening for events in dommy is pretty straightforward. `listen!` takes a DOM n

## Testing

Dommy comes with reasonably extensive tests. To run them
first build the `test` cljsbuild target, as follows:

$ lein clean
$ lein cljsbuild auto test

Next, open up the HTML file under `resources/dommy-tests.html` which will give you a visual representation of all tests. For
all pull requests, please ensure your tests pass (or add test cases) before submitting.
For all pull requests, please ensure your tests pass (or add test cases) before submitting.

$ lein test

## License

Expand Down
8 changes: 2 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject prismatic/dommy "0.1.3-SNAPSHOT"
:clojurescript? true
:description "No nonsense Clojurescript dom templating and (soon) manipulation"
:description "Clojurescript DOM templating and manipulation"
:url "https://github.com/prismatic/dommy"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand All @@ -18,11 +18,7 @@
[com.cemerick/clojurescript.test "0.2.1"]]
:cljsbuild
{:builds
{:dev {:source-paths ["src"]
:compiler {:output-to "target/main.js"
:optimizations :whitespace
:pretty-print true}}
:test {:source-paths ["src" "test"]
{:test {:source-paths ["src" "test"]
:incremental? true
:compiler {:output-to "target/unit-test.js"
:optimizations :whitespace
Expand Down
6 changes: 0 additions & 6 deletions resources/dommy-tests.html

This file was deleted.

0 comments on commit 62ec077

Please sign in to comment.