From 1d3cb5d7152ebd144698513ca4d908803999f726 Mon Sep 17 00:00:00 2001 From: Matt Phillips Date: Thu, 24 Jan 2019 16:27:58 +0000 Subject: [PATCH] Fix readme formatting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3c02e91..e4b1a19 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,10 @@ If you are already using another test framework, like [jest-extended](https://gi If your editor does not recognise the chained jest matchers, add a `global.d.ts` file to your project with: + +```js import 'jest-chain'; +``` For example: