diff --git a/src/lib/src/http.ts b/src/lib/src/http.ts index 151ec1b5..15bdf6f8 100644 --- a/src/lib/src/http.ts +++ b/src/lib/src/http.ts @@ -12,7 +12,7 @@ import { HttpClient } from '@angular/common/http'; import { Provider, Type } from '@angular/core'; import { SpyObject } from './mock'; -export const enum HTTPMethod { +export enum HTTPMethod { GET = 'GET', POST = 'POST', DELETE = 'DELETE',