-
Notifications
You must be signed in to change notification settings - Fork 933
refactor(experimental): nit: rename define to describe #2384
Conversation
|
2d9c86b
to
40777cc
Compare
34f967f
to
5f55180
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
40777cc
to
46f10af
Compare
5f55180
to
bd0f27a
Compare
Merge activity
|
46f10af
to
9f72428
Compare
bd0f27a
to
7a97dce
Compare
🎉 This PR is included in version 1.91.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
Whilst working on this stack I realised I used the word
[DEFINE]
in comments to mimic the Jest structure but what I meant to write was actually[DESCRIBE]
. This PR fixes this.