From e7f313a80c723843e6e5fe5858473f7d5515ddf2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 15:41:10 +0200 Subject: [PATCH] fix: updated package.json[keywords] (#16) Co-authored-by: GitHub Action --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cfd8515..a78df06 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,17 @@ "version": "1.0.9", "description": "A wrapper around jest-image-snapshot that makes it compatible to Mocha.", "keywords": [ + "expect", + "frontend", + "javascript", "jest", - "image", + "jest-image-snapshot", "mocha", - "snapshot" + "puppeteer", + "snapshot-testing", + "test-driven-development", + "testing", + "webdevelopment" ], "repository": "dword-design/expect-mocha-image-snapshot", "funding": "https://www.buymeacoffee.com/dword",