0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test
Daniel Lockyer 92a0e6abec Renamed test function to fix eslint warning
no issue

- teardown is an internal Mocha hook, and eslint would complain about it
  being used outside a test
- our use of teardown is actually a custom function, so it's better to
  rename the function across the board
2020-02-24 20:51:09 +00:00
..
acceptance Added labels for Members (#11538) 2020-02-14 15:03:10 +05:30
regression Renamed test function to fix eslint warning 2020-02-24 20:51:09 +00:00
unit Added migration to add members.geolocation 2020-02-22 10:12:06 +00:00
utils Renamed test function to fix eslint warning 2020-02-24 20:51:09 +00:00
.eslintignore Moved grunt-eslint to npm script executing eslint (#10474) 2019-02-11 13:26:06 +01:00
.eslintrc.json Updated eslint for tests to allow async functions 2019-10-06 21:03:56 +07:00
.jshintrc