From 196a474f1a352ba3a46a772ad0a0bfd5007415d8 Mon Sep 17 00:00:00 2001 From: Sebastian Herrlinger Date: Wed, 18 Nov 2020 18:15:23 +0100 Subject: [PATCH] update description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24bc0ce..0782912 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jest-nock", "version": "0.2.0", - "description": "Nock integration for Jest", + "description": "Automate request/SSE traffic recording and replay for tests with nock", "main": "index.js", "scripts": { "test": "jest --verbose"