Ghost/test/unit/models
Naz bf587d4055 Moved disguised unit tests into regression test suite
no issue

- Two affected unit tests were triggering the "slow unit test" error on CI which gave a clue they were either:
- written badly
OR
- were not unit tests at all

- The latter proved to be true and the tests were moved where they belong - into the regression test suite with much more forgiving running itme constraints.
- Unit tests should run quick ALWAYS as that's the first thing that gets triggered before pushing improvements to main. Faster - better.
2021-07-19 12:04:42 +04:00
..
base Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
api-key.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
integration.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
invite.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
member.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
permission.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
post.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
session.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
settings.test.js Moved disguised unit tests into regression test suite 2021-07-19 12:04:42 +04:00
single-use-token.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
tag.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
user.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00