Skip to content

Commit

Permalink
chore: rename core libs
Browse files Browse the repository at this point in the history
  • Loading branch information
temarusanov committed Jun 16, 2023
1 parent 03c12b8 commit e9e9d11
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions libs/core/eventloop-frozen-detector/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# core-eventloop-frozen-detector
# eventloop-frozen-detector

This library was generated with [Nx](https://nx.dev).

## Running unit tests

Run `nx test core-eventloop-frozen-detector` to execute the unit tests via [Jest](https://jestjs.io).
Run `nx test eventloop-frozen-detector` to execute the unit tests via [Jest](https://jestjs.io).
2 changes: 1 addition & 1 deletion libs/core/eventloop-frozen-detector/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
export default {
displayName: 'core-eventloop-frozen-detector',
displayName: 'eventloop-frozen-detector',
preset: '../../../jest.preset.js',
globals: {
'ts-jest': {
Expand Down
2 changes: 1 addition & 1 deletion libs/core/eventloop-frozen-detector/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "core-eventloop-frozen-detector",
"name": "eventloop-frozen-detector",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/core/eventloop-frozen-detector/src",
"projectType": "library",
Expand Down
4 changes: 2 additions & 2 deletions libs/core/health-checks/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# core-health-checks
# health-checks

This library was generated with [Nx](https://nx.dev).

## Running unit tests

Run `nx test core-health-checks` to execute the unit tests via [Jest](https://jestjs.io).
Run `nx test health-checks` to execute the unit tests via [Jest](https://jestjs.io).
2 changes: 1 addition & 1 deletion libs/core/health-checks/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
export default {
displayName: 'core-health-checks',
displayName: 'health-checks',
preset: '../../../jest.preset.js',
globals: {
'ts-jest': {
Expand Down
2 changes: 1 addition & 1 deletion libs/core/health-checks/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "core-health-checks",
"name": "health-checks",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/core/health-checks/src",
"projectType": "library",
Expand Down

0 comments on commit e9e9d11

Please sign in to comment.