issues
search
ctimmerm
/
axios-mock-adapter
Axios adapter that allows to easily mock requests
MIT License
3.47k
stars
245
forks
source link
Fix types for withDelayInMs
#391
Closed
marcbachmann
closed
3 months ago
marcbachmann
commented
3 months ago
Changelog
🚧 Fix types for
mock.onGet(url).withDelayInMs(delay).reply(code, data)
Changelog
mock.onGet(url).withDelayInMs(delay).reply(code, data)