Ghost/ghost/admin/tests
Kevin Ansfield 0b649eaedd Remove unused files
no issue

- `app/helpers/gh-format-html` is duplicated in `lib/koenig-editor/addon/helpers/sanitize-html` and is not used anywhere else
- `app/helpers/gh-path` is not used anywhere - the API should be returning absolute URLs everywhere so path generation is no longer as necessary within templates
- `app/helpers/is-equal` replaced with `{{eq}}` from `ember-truth-helpers`
- `app/helpers/is-not` replaced with `{{not}}` from `ember-truth-helpers`
- `app/utils/isFinite` is not used anywhere
- `app/utils/titleize` is not used anywhere
2019-07-22 11:06:16 +01:00
..
acceptance Updated links to docs (#1276) 2019-07-22 16:53:24 +08:00
helpers Update dependency ember-mocha to v0.16.0 2019-06-17 15:32:09 +01:00
integration 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
unit Remove unused files 2019-07-22 11:06:16 +01:00
.eslintrc.js
index.html
test-helper.js