Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffe2177

Browse files
committed
test: exclude layer0 + edgio from unit tests
1 parent fee826c commit ffe2177

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/provider-coverage.test.ts

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const missingProviderTests = [
88
'ipxStatic', // build-time-only alias for ipx
99
'strapi', // covered in a unique test
1010
'strapi5', // covered in a unique test
11+
'edgio', // now defunct
12+
'layer0', // now defunct
1113
]
1214

1315
describe('Provider coverage', async () => {

0 commit comments

Comments
 (0)