Removing redundant test.

This commit is contained in:
Federico Builes
2022-06-01 13:42:22 +02:00
parent ae2949c9c1
commit c235374b9d
-4
View File
@@ -7,10 +7,6 @@ test('reads the config file', async () => {
expect(options.allow_licenses).toEqual(['BSD', 'GPL 2'])
})
test('has a default config filepath', async () => {
expect(true).toEqual(true)
})
test('the default config path handles .yml and .yaml', async () => {
expect(true).toEqual(true)
})