1
0
mirror of https://github.com/jbranchaud/til synced 2026-03-04 23:18:44 +00:00

Add Support Nested Matching In Custom Jest Matchers as a javascript til

This commit is contained in:
jbranchaud
2020-02-05 16:09:22 -06:00
parent 4be84f8344
commit 51b2856cc9
2 changed files with 50 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ and pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://tinyletter.com/jbranchaud).
_900 TILs and counting..._
_901 TILs and counting..._
---
@@ -339,6 +339,7 @@ _900 TILs and counting..._
- [Splat Arguments To A Function](javascript/splat-arguments-to-a-function.md)
- [Spread The Rest With ES6](javascript/spread-the-rest-with-es6.md)
- [String Interpolation With Template Literals](javascript/string-interpolation-with-template-literals.md)
- [Support Nested Matching In Custom Jest Matchers](javascript/support-nested-matching-in-custom-jest-matchers.md)
- [Test Coverage Stats With Jest](javascript/test-coverage-stats-with-jest.md)
- [The Comma Operator](javascript/the-comma-operator.md)
- [Throttling A Function Call](javascript/throttling-a-function-call.md)