Skip to content

Commit

Permalink
# 0.0.28 (2020-08-27 / 9ed88aa)
Browse files Browse the repository at this point in the history
## Added

- Make the timeout configurable with `:kaocha.cljs2/timeout` in miliseconds. If
  no Funnel message has been received for this amount of time then we assume the
  client has gotten stuck or gone away and we time out

## Fixed

- Upgrade Chui, this fixes handling of `:once` fixtures
  • Loading branch information
plexus committed Aug 27, 2020
1 parent 9ed88aa commit bf7dfab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.0.28 (2020-08-27 / 9ed88aa)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ runs in the browser or nodejs).

``` clojure
;; deps.edn
lambdaisland/kaocha-cljs2 {:mvn/version "0.0.21"}
lambdaisland/kaocha-cljs2 {:mvn/version "0.0.28"}
```

``` clojure
;; project.clj
[lambdaisland/kaocha-cljs2 "0.0.21"]
[lambdaisland/kaocha-cljs2 "0.0.28"]
```

### Install Funnel
Expand Down

0 comments on commit bf7dfab

Please sign in to comment.