From e44447042ee703eef20b07ef486593b0f81fcc36 Mon Sep 17 00:00:00 2001 From: Francis Booth Date: Fri, 6 Mar 2020 13:41:57 +0000 Subject: [PATCH] Test description copypasta fix --- test/slugify.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/slugify.test.js b/test/slugify.test.js index bd55595..99c7c99 100644 --- a/test/slugify.test.js +++ b/test/slugify.test.js @@ -111,7 +111,7 @@ describe('Slugify', function () { } }) - it('throws an error when missing source', function () { + it('throws an error when missing dest', function () { const rule = { source: [], overwrite: true