From 6da23fdf5c2b53a23da059e2607091e556e7306a Mon Sep 17 00:00:00 2001 From: TheDSCPL Date: Wed, 10 Apr 2019 19:33:53 +0100 Subject: [PATCH] Added the definition of the "axios-cancel" package --- types/axios-cancel/axios-cancel-tests.ts | 2 -- 1 file changed, 2 deletions(-) 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";