From cff3674e2522ec3a8426c14da266bebb7f5ba080 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 8 Dec 2022 10:31:53 -0500 Subject: [PATCH] spelling: the Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- __tests__/config.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/config.test.ts b/__tests__/config.test.ts index b902323..312fde1 100644 --- a/__tests__/config.test.ts +++ b/__tests__/config.test.ts @@ -111,7 +111,7 @@ test('it reads an external config file', async () => { expect(config.allow_licenses).toEqual(['BSD', 'GPL 2']) }) -test('raises an error when the the config file was not found', async () => { +test('raises an error when the config file was not found', async () => { setInput('config-file', 'fixtures/i-dont-exist') await expect(readConfig()).rejects.toThrow(/Unable to fetch/) })