discourse/plugins/poll/test/javascripts
Robin Ward a8793d0d9a REFACTOR: Test Memory Usage Fixes (#7769)
* Calling `Discourse.reset()` creates a new container
We should run our de-initializers only after acceptance tests,
since initializers are not run outside of acceptance tests anyway,
and the container at this point can be passed properly to the
`teardown()` method.

* Remove `Discourse.reset` from tests
This would cause a new container to be created which leaks many objects.

* `updateCurrentUser` is more accurate than `replaceCurrentUser`
2019-06-14 14:54:20 +02:00
..
acceptance REFACTOR: Test Memory Usage Fixes (#7769) 2019-06-14 14:54:20 +02:00
controllers missing prettified files 2018-06-15 18:42:20 +02:00
helpers DEV: refactors select-kit helper to prevent it to leak into global state (#7708) 2019-06-06 10:47:10 +02:00
widgets DEV: uses find() helper instead of this.$() in js tests (#7062) 2019-02-25 16:04:55 +01:00