Skip to content

Commit f516a57

Browse files
committed
Clarify Clojure vs ClojureScript fixture style
1 parent 01c7b1f commit f516a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fixtures-focus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Focused tests are identified in the code somehow so that your test runner can ex
88

99
## Test Fixtures
1010

11-
To use test fixtures with Expectations, you can refer `use-fixtures` (which, as of 2.0.0, accepts both functions and hash maps, containing `:before` and/or `:after` keys that specify 0-arity functions -- like `cljs.test/use-fixtures`). For example:
11+
To use test fixtures with Expectations, you can refer `use-fixtures` (which, as of 2.0.0, accepts both functions -- like `clojure.test/use-fixtures` -- and hash maps containing `:before` and/or `:after` keys that specify 0-arity functions -- like `cljs.test/use-fixtures`). For example:
1212

1313
```clojure
1414
(ns my.cool.project-test

0 commit comments

Comments
 (0)