We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сейчас пишутся моки на данные, которые через контексты подменяют настоящие модели. https://github.com/zerkalica/tss/blob/master/reports/domain/mock/mock.ts
Хотелось бы для более полноценных демок иметь возможность эти моки заворачивать за эмулятор http, что б проверять как асинхронность скажется на ui.
$mol_http.resource( 'users.json' ).json()
$mol_http_mock.register({ 'users.json': () => $my_user_mock.all() }) $mol_http_mock.delay(1000) $mol_http_mock.error_rate(50)
$mol_http_mock - эмулирует запрос на сервер с определенным качеством связи.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Сейчас пишутся моки на данные, которые через контексты подменяют настоящие модели.
https://github.com/zerkalica/tss/blob/master/reports/domain/mock/mock.ts
Хотелось бы для более полноценных демок иметь возможность эти моки заворачивать за эмулятор http, что б проверять как асинхронность скажется на ui.
$mol_http_mock - эмулирует запрос на сервер с определенным качеством связи.
The text was updated successfully, but these errors were encountered: