@jest-mock/express
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -0,0 +0,0 @@ module.exports = { |
module.exports = { | ||
semi: false, | ||
trailingComma: 'none', | ||
trailingComma: 'all', | ||
singleQuote: true, | ||
@@ -5,0 +5,0 @@ jsxSingleQuote: true, |
@@ -1,3 +0,3 @@ | ||
import getMockReq from './src/request'; | ||
import getMockRes from './src/response'; | ||
import getMockReq from './src/request/request'; | ||
import getMockRes from './src/response/response'; | ||
export { getMockReq, getMockRes }; |
@@ -7,6 +7,6 @@ "use strict"; | ||
exports.getMockRes = exports.getMockReq = void 0; | ||
const request_1 = __importDefault(require("./src/request")); | ||
const request_1 = __importDefault(require("./src/request/request")); | ||
exports.getMockReq = request_1.default; | ||
const response_1 = __importDefault(require("./src/response")); | ||
const response_1 = __importDefault(require("./src/response/response")); | ||
exports.getMockRes = response_1.default; | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,4 @@ | ||
import getMockReq from './src/request' | ||
import getMockRes from './src/response' | ||
import getMockReq from './src/request/request' | ||
import getMockRes from './src/response/response' | ||
export { getMockReq, getMockRes } |
@@ -0,0 +0,0 @@ module.exports = { |
{ | ||
"name": "@jest-mock/express", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "A lightweight Jest mock for unit testing Express", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,0 +0,0 @@ # @jest-mock/express |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
95498
33
1370
1