next-test-api-routes
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,2 +0,2 @@ | ||
declare const createMocks: any; | ||
export declare const createMocks: any; | ||
/** | ||
@@ -8,3 +8,3 @@ * Parse the response | ||
*/ | ||
declare function parseResponse(response: any): { | ||
export declare function parseResponse(response: any): { | ||
statusCode: any; | ||
@@ -11,0 +11,0 @@ headers: any; |
{ | ||
"name": "next-test-api-routes", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A Lightweight library for testing Next.js API routes", | ||
@@ -5,0 +5,0 @@ "author": "Shahrad Elahi <shahrad@litehex.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6565