Added the definition of the "axios-cancel" package

This commit is contained in:
TheDSCPL 2019-04-10 19:33:53 +01:00 committed by Luis
parent 5a5c5472a1
commit 6da23fdf5c

View File

@ -1,5 +1,3 @@
// can't test because it depends on axios which makes Travis CI be unable to compile with the error "expect TypeScript@next compile error: Cannot find module 'axios'."
import axios, { AxiosPromise } from "axios";
import axiosCancel from "axios-cancel";