Skip to content

Commit

Permalink
fix(mis-api): rename apps pet-mis & pet-mis-e2e to mis-api & mis-api-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
letovsk1y committed Feb 28, 2024
1 parent 9b9b0b0 commit 1ebd56a
Show file tree
Hide file tree
Showing 23 changed files with 11 additions and 11 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
export default {
displayName: 'pet-mis-e2e',
displayName: 'mis-api-e2e',
preset: '../../jest.preset.js',
globalSetup: '<rootDir>/src/support/global-setup.ts',
globalTeardown: '<rootDir>/src/support/global-teardown.ts',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pet-mis-e2e",
"name": "mis-api-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"implicitDependencies": ["pet-mis"],
"implicitDependencies": ["mis-api"],
"projectType": "application",
"targets": {
"e2e": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{e2eProjectRoot}"],
"options": {
"jestConfig": "apps/pet-mis-e2e/jest.config.ts",
"jestConfig": "apps/mis-api-e2e/jest.config.ts",
"passWithNoTests": true
}
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions apps/pet-mis/jest.config.ts → apps/mis-api/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* eslint-disable */
export default {
displayName: 'pet-mis',
displayName: 'mis-api',
preset: '../../jest.preset.js',
testEnvironment: 'node',
transform: {
'^.+\\.[tj]s$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
},
moduleFileExtensions: ['ts', 'js', 'html'],
coverageDirectory: '../../coverage/apps/pet-mis',
coverageDirectory: '../../coverage/apps/mis-api',
};
10 changes: 5 additions & 5 deletions apps/pet-mis/project.json → apps/mis-api/project.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "pet-mis",
"name": "mis-api",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/pet-mis/src",
"sourceRoot": "apps/mis-api/src",
"projectType": "application",
"targets": {
"serve": {
"executor": "@nx/js:node",
"defaultConfiguration": "development",
"options": {
"buildTarget": "pet-mis:build"
"buildTarget": "mis-api:build"
},
"configurations": {
"development": {
"buildTarget": "pet-mis:build:development"
"buildTarget": "mis-api:build:development"
},
"production": {
"buildTarget": "pet-mis:build:production"
"buildTarget": "mis-api:build:production"
}
}
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1ebd56a

Please sign in to comment.