Skip to content

Commit

Permalink
chore(docs): fix minor typo in no-jasmine-globals doc (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbenham authored and SimenB committed Nov 25, 2018
1 parent af070bc commit 4db773d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-jasmine-globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`jest` uses `jasmine` as a test runner. A side effect of this is that both a
`jasmine` object, and some jasmine-specific globals, are exposed to the test
environment. Most functionality offered by Jasmine has been ported to Jest, and
the Jasmine globals will stop working in the future. Developers should therefor
the Jasmine globals will stop working in the future. Developers should therefore
migrate to Jest's documented API instead of relying on the undocumented Jasmine
API.

Expand Down

0 comments on commit 4db773d

Please sign in to comment.