Ghost/ghost/core/test/unit/server/models
Hannah Wolfe 6161f94910
Updated to use assert/strict everywhere (#17047)
refs: https://github.com/TryGhost/Toolbox/issues/595

We're rolling out new rules around the node assert library, the first of which is enforcing the use of assert/strict. This means we don't need to use the strict version of methods, as the standard version will work that way by default.

This caught some gotchas in our existing usage of assert where the lack of strict mode had unexpected results:
- Url matching needs to be done on `url.href` see aa58b354a4
- Null and undefined are not the same thing,  there were a few cases of this being confused
- Particularly questionable changes in [PostExporter tests](c1a468744b) tracked [here](https://github.com/TryGhost/Team/issues/3505).
- A typo see eaac9c293a

Moving forward, using assert strict should help us to catch unexpected behaviour, particularly around nulls and undefineds during implementation.
2023-06-21 09:56:59 +01:00
..
base Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
api-key.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
comment.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
custom-theme-setting.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
email-spam-complaint-event.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
integration.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
invite.test.js Removed bluebird dependency from unit tests in core (#16096) 2023-01-23 11:23:48 +00:00
member-click-event.test.js Added post_id filter and total to activity feed API (#15650) 2022-10-18 15:52:04 +02:00
member-created-event.test.js Added ENUM validation for member/subscription created events (#15312) 2022-08-25 15:39:37 +02:00
member-feedback.test.js Added members_feedback table (#15581) 2022-10-11 13:21:31 +02:00
member-paid-subscription-event.test.js Added post_id filter and total to activity feed API (#15650) 2022-10-18 15:52:04 +02:00
member-subscribe-event.test.js Added ENUM validation for member/subscription created events (#15312) 2022-08-25 15:39:37 +02:00
member.test.js Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
milestone.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
newsletter.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
permission.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
post.test.js Added post_revisions to posts endpoint as an include option (#16648) 2023-04-17 13:46:27 +01:00
session.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
settings.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
single-use-token.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
stripe-customer-subscription.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
subscription-created-event.test.js Added ENUM validation for member/subscription created events (#15312) 2022-08-25 15:39:37 +02:00
suppression.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
tag.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
user.test.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00