@redocly/mock-server
Advanced tools
+27
-7
| { | ||
| "name": "@redocly/mock-server", | ||
| "version": "0.7.0-next.2", | ||
| "version": "0.7.0-next.3", | ||
| "description": "Redocly Mock server", | ||
@@ -10,3 +10,3 @@ "author": "team@redocly.com", | ||
| "@redocly/ajv": "8.18.0", | ||
| "@redocly/openapi-core": "2.30.2", | ||
| "@redocly/openapi-core": "2.30.3", | ||
| "ajv": "8.18.0", | ||
@@ -50,2 +50,27 @@ "ajv-formats": "^3.0.1", | ||
| ] | ||
| }, | ||
| "jest:integration": { | ||
| "executor": "@nx/jest:jest", | ||
| "options": { | ||
| "jestConfig": "{projectRoot}/jest.config.js", | ||
| "testPathPattern": [ | ||
| "tests/" | ||
| ] | ||
| }, | ||
| "dependsOn": [ | ||
| "build", | ||
| "prepare-mocks" | ||
| ] | ||
| }, | ||
| "jest:test": { | ||
| "executor": "@nx/jest:jest", | ||
| "options": { | ||
| "jestConfig": "{projectRoot}/jest.config.js", | ||
| "testPathPattern": [ | ||
| "src/" | ||
| ] | ||
| }, | ||
| "dependsOn": [ | ||
| "prepare-mocks" | ||
| ] | ||
| } | ||
@@ -57,7 +82,2 @@ } | ||
| "ts:check": "tsc --noEmit --skipLibCheck", | ||
| "test": "pnpm run prepare-mocks && pnpm run test:unit && pnpm run test:integration", | ||
| "test:unit": "jest ./src", | ||
| "test:unit:coverage": "pnpm run test:unit -- --coverage", | ||
| "test:integration": "jest ./tests", | ||
| "test:integration:coverage": "pnpm run test:integration -- --coverage", | ||
| "build:js": "node ./esbuild.js", | ||
@@ -64,0 +84,0 @@ "build": "rimraf ./dist && pnpm run build:js", |
Sorry, the diff of this file is too big to display
1752127
14.35%6864
13.93%+ Added
+ Added
- Removed
Updated