Update afterAll documentation

- See jasmine/jasmine.github.io#76
This commit is contained in:
Gregg Van Hove
2017-08-08 14:37:45 -07:00
parent 301dd4f6b5
commit 9811ff71d2

View File

@@ -126,7 +126,7 @@ getJasmineRequireObj().interface = function(jasmine, env) {
},
/**
* Run some shared teardown once before all of the specs in the {@link describe} are run.
* Run some shared teardown once after all of the specs in the {@link describe} are run.
*
* _Note:_ Be careful, sharing the teardown from a afterAll makes it easy to accidentally leak state between your specs so that they erroneously pass or fail.
* @name afterAll