Skip to content

Commit beef444

Browse files
unionalmattphillips
authored andcommitted
Update README.md (jest-community#206)
1 parent 3e37a4f commit beef444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ test('passes when value is a date', () => {
377377
378378
Use `.toBeValidDate` when checking if a given `Date` object is valid.
379379
380-
```
380+
```js
381381
test('passes when Date is valid', () => {
382382
expect(new Date()).toBeValidDate();
383383
expect('01/01/2018').not.toBeValidDate();

0 commit comments

Comments
 (0)