2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-21 13:24:11 +03:00
Files
axios/test/specs/__validateInvalidCharacterError.js
T
2016-03-03 23:16:42 -07:00

4 lines
126 B
JavaScript

module.exports = function validateInvalidCharacterError(error) {
expect(/character/i.test(error.message)).toEqual(true);
};