Conversation
…ate instead to remove the operator
packages/datasource-customizer/src/decorators/operators-emulate/collection.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Morgan PERRE <morganperre@gmail.com>
…ate instead to remove the operator
…nodejs into disallow-to-pass-null
packages/datasource-customizer/test/decorators/operators-emulate/collection.test.ts
Outdated
Show resolved
Hide resolved
f129e83 to
1a3d85d
Compare
Thenkei
left a comment
There was a problem hiding this comment.
- ✅ Code review
- ✅ Automatic tests
- ✅ Unit tests
- ✅ Manual tests
- ✅ PR title
- ✅ PR linked to the clickup task
| }); | ||
|
|
||
| test('replaceFieldOperator() should throw if no handler is given', () => { | ||
| test('should crash', async () => { |
There was a problem hiding this comment.
| test('should crash', async () => { |
| expect(() => newBooks.replaceFieldOperator('title', 'StartsWith', null)).toThrow( | ||
| 'replaceBy handler is required', | ||
| ); | ||
| }); |
1a3d85d to
70ba956
Compare
|
Code Climate has analyzed commit 70ba956 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (98% is the threshold). This pull request will bring the total coverage in the repository to 99.0%. View more on Code Climate. |
|
🎉 This PR is included in version 1.6.74 🎉 The release is available on Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.36.14 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.57 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.40.2 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.92 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.3.56 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.68 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.81 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.25.5 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.6.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
…
Definition of Done
General
Security