mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-23 10:07:11 +00:00
* Lint functions
* Fix assignment of `settings.minify`
* Use a for loop to avoid copied code for the `minify = true` and
`minify = false` cases
* Put each resource fetch into its own test case
* Check for 200 status code
* Use `.expect()` to check header value
* Use `.expect(fn)` instead of `.then(fn)`
|
||
|---|---|---|
| .. | ||
| api | ||
| caching_middleware.js | ||
| contentcollector.js | ||
| hooks.js | ||
| promises.js | ||
| socketio.js | ||
| specialpages.js | ||
| webaccess.js | ||