mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-25 00:19:11 -05:00
Fix spec change tests
This commit is contained in:
@@ -275,13 +275,15 @@ export class ProjectConfigManager {
|
||||
return result
|
||||
}
|
||||
|
||||
reloadConfig () {
|
||||
async reloadConfig () {
|
||||
// TODO: not loadingConfig
|
||||
if (['errored', 'ready', 'loadedConfig'].includes(this._state)) {
|
||||
this._loadConfigPromise = undefined
|
||||
this._registeredEventsTarget = undefined
|
||||
}
|
||||
|
||||
return this.initializeConfig()
|
||||
await this.initializeConfig()
|
||||
this.loadTestingType()
|
||||
}
|
||||
|
||||
loadTestingType () {
|
||||
|
||||
Reference in New Issue
Block a user