mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-12 03:38:07 +00:00
test: exclude urls from lychee crawler used in test suite
This commit is contained in:
parent
a852f49a36
commit
8e2d9a6403
@ -33,4 +33,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