spelling: the

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2022-12-08 11:04:05 -05:00
parent a184554be2
commit cff3674e25
+1 -1
View File
@@ -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/)
})