Updating copy in a test.

This commit is contained in:
Federico Builes
2022-11-15 07:50:32 +01:00
parent 0a055a6a13
commit c2097b2a9b
+1 -1
View File
@@ -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 () => { test('raises an error when the the config file was not found', async () => {
setInput('config-file', 'fixtures/i-dont-exist') 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 () => { test('it parses options from both sources', async () => {