From c2097b2a9bb6c5c23443da765a78e5b595d81c10 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Tue, 15 Nov 2022 07:50:32 +0100 Subject: [PATCH] Updating copy in a test. --- __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 dbf3aa0..25c7e28 100644 --- a/__tests__/config.test.ts +++ b/__tests__/config.test.ts @@ -113,7 +113,7 @@ test('it reads an external config file', async () => { test('raises an error when the the config file was not found', async () => { setInput('config-file', 'fixtures/i-dont-exist') - await expect(readConfig()).rejects.toThrow(/Unable to fetch config file/) + await expect(readConfig()).rejects.toThrow(/Unable to fetch/) }) test('it parses options from both sources', async () => {