mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-10 10:48:10 +00:00
test: exclude urls from lychee crawler used in test suite
This commit is contained in:
parent
814072f048
commit
d116fc06bc
@ -34,4 +34,7 @@ exclude = [
|
||||
# single-quotes are required for regexp
|
||||
'(https?:\/\/github\.com\/)(.*\/)(generate)',
|
||||
"https://github.com/nuxt-contrib/vue3-ssr-starter/generate",
|
||||
# excluded URLs from test suite
|
||||
"http://auth.com",
|
||||
"http://example2.com/",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user