Axios

To use the Axios library in your test, there's no need to install it via npm. Simply importing it will suffice.

/* LIBRARIES
*************/

const { sente } = require('#libraries');
const { axios } = sente;

For detailed information, see: https://axios-http.com

Last updated