diff --git a/types/axios-cancel/axios-cancel-tests.ts b/types/axios-cancel/axios-cancel-tests.ts index 32a40e3043..801bb2579c 100644 --- a/types/axios-cancel/axios-cancel-tests.ts +++ b/types/axios-cancel/axios-cancel-tests.ts @@ -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";