Bivrost delay adapter
Bivrost adapter enchantment to add request/respone delays for UI tests
yarn add bivrost-delay-adapter
Usage
;;; const delayedAxios = ; const api = ; static api = loadAll: { return this; } const usersDataSource = ; // Will load users with 1sec delay before request and 1sec delay after responseusersDataSource;
Bivrost allows to organize a simple interface to asyncronous APIs.