We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b03b6b commit 76582e6Copy full SHA for 76582e6
setup/nodejs.md
@@ -55,7 +55,7 @@ Jasmine runner to include. You may use dir glob strings.
55
Paths starting with `!` are excluded, for example `!**/*nospec.js`.
56
57
`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).
+Helpers are executed once before all specs. For an example of some helpers see the [React tutorial](/tutorials/react_with_npm).
59
60
```javascript
61
{
0 commit comments