mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 14:00:22 -05:00
chore: update the unsupported framework on link to point to the supported frameworks page (#30841)
This commit is contained in:
@@ -86,7 +86,7 @@ function cleanup () {
|
||||
} catch (e) {
|
||||
const notSupportedError = new Error(`Failed to teardown component. The version of Angular you are using may not be officially supported.`)
|
||||
|
||||
;(notSupportedError as any).docsUrl = 'https://on.cypress.io/component-framework-configuration'
|
||||
;(notSupportedError as any).docsUrl = 'https://on.cypress.io/frameworks'
|
||||
throw notSupportedError
|
||||
}
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ async function getPreset (devServerConfig: WebpackDevServerConfig): Promise<Opti
|
||||
return defaultWebpackModules()
|
||||
|
||||
default:
|
||||
throw new Error(`Unexpected framework ${(devServerConfig as any).framework}, please visit https://on.cypress.io/component-framework-configuration to see a list of supported frameworks`)
|
||||
throw new Error(`Unexpected framework ${(devServerConfig as any).framework}, please visit https://on.cypress.io/frameworks to see a list of supported frameworks`)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user