Skip to content

Commit 76582e6

Browse files
authored
Clarify when helpers run jasmine#159
1 parent 6b03b6b commit 76582e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/nodejs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Jasmine runner to include. You may use dir glob strings.
5555
Paths starting with `!` are excluded, for example `!**/*nospec.js`.
5656

5757
`spec_dir` is used as a prefix for all `spec_files` and `helpers`.
58-
Helpers are executed before specs. For an example of some helpers see the [React tutorial](/tutorials/react_with_npm).
58+
Helpers are executed once before all specs. For an example of some helpers see the [React tutorial](/tutorials/react_with_npm).
5959

6060
```javascript
6161
{

0 commit comments

Comments
 (0)