mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore: fix lint errors
This commit is contained in:
parent
092b3d7aea
commit
ea6b475a72
1 changed files with 3 additions and 1 deletions
|
@ -181,6 +181,8 @@ export default class ExpectExperience extends ExpectPage {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected throwNoOngoingExperienceError() {
|
protected throwNoOngoingExperienceError() {
|
||||||
return this.throwError('The experience has not started yet. Use `startWith` to start the experience.');
|
return this.throwError(
|
||||||
|
'The experience has not started yet. Use `startWith` to start the experience.'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue