Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated dependencies #27

Merged
merged 1 commit into from
Nov 17, 2023
Merged

updated dependencies #27

merged 1 commit into from
Nov 17, 2023

Conversation

richard483
Copy link
Owner

No description provided.

@richard483 richard483 merged commit 9716fad into master Nov 17, 2023
1 check failed
Copy link

Coverage report

❌ An unexpected error occurred. For more details, check console

Error: The process '/usr/local/bin/npx' failed with exit code 1
St.
Category Percentage Covered / Total
🔴 Statements 0% 0/220
🔴 Branches 0% 0/6
🔴 Functions 0% 0/38
🔴 Lines 0% 0/197

Test suite run failed

Failed tests: 0/0. Failed suites: 9/9.
  ● Test suite failed to run

    Cannot find module '@nestjs/core/inspector/graph-inspector' from '../node_modules/@nestjs/testing/testing-module.builder.js'

    Require stack:
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/testing-module.builder.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/test.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/index.js
      auth/test/auth.service.spec.ts

    > 1 | import { Test, TestingModule } from '@nestjs/testing';
        | ^
      2 |
      3 | import { DeepMocked, createMock } from '@golevelup/ts-jest';
      4 | import { AuthService } from '../auth.service';

      at Resolver._throwModNotFoundError (../node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (../node_modules/@nestjs/testing/testing-module.builder.js:7:27)
      at Object.<anonymous> (../node_modules/@nestjs/testing/test.js:5:34)
      at Object.<anonymous> (../node_modules/@nestjs/testing/index.js:11:22)
      at Object.<anonymous> (auth/test/auth.service.spec.ts:1:1)


  ● Test suite failed to run

    Cannot find module '@nestjs/core/inspector/graph-inspector' from '../node_modules/@nestjs/testing/testing-module.builder.js'

    Require stack:
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/testing-module.builder.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/test.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/index.js
      job/test/job.controller.spec.ts

    > 1 | import { Test, TestingModule } from '@nestjs/testing';
        | ^
      2 | import { DeepMocked, createMock } from '@golevelup/ts-jest';
      3 | import { CanActivate, HttpStatus } from '@nestjs/common';
      4 | import { JwtAuthGuard } from '../../auth/jwt/jwt-auth.guard';

      at Resolver._throwModNotFoundError (../node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (../node_modules/@nestjs/testing/testing-module.builder.js:7:27)
      at Object.<anonymous> (../node_modules/@nestjs/testing/test.js:5:34)
      at Object.<anonymous> (../node_modules/@nestjs/testing/index.js:11:22)
      at Object.<anonymous> (job/test/job.controller.spec.ts:1:1)


  ● Test suite failed to run

    Cannot find module '@nestjs/core/inspector/graph-inspector' from '../node_modules/@nestjs/testing/testing-module.builder.js'

    Require stack:
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/testing-module.builder.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/test.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/index.js
      auth/test/auth.controller.spec.ts

    > 1 | import { Test, TestingModule } from '@nestjs/testing';
        | ^
      2 | import { AuthController } from '../auth.controller';
      3 | import { AuthService } from '../auth.service';
      4 | import { DeepMocked, createMock } from '@golevelup/ts-jest';

      at Resolver._throwModNotFoundError (../node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (../node_modules/@nestjs/testing/testing-module.builder.js:7:27)
      at Object.<anonymous> (../node_modules/@nestjs/testing/test.js:5:34)
      at Object.<anonymous> (../node_modules/@nestjs/testing/index.js:11:22)
      at Object.<anonymous> (auth/test/auth.controller.spec.ts:1:1)


  ● Test suite failed to run

    Cannot find module '@nestjs/core/inspector/graph-inspector' from '../node_modules/@nestjs/testing/testing-module.builder.js'

    Require stack:
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/testing-module.builder.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/test.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/index.js
      contract/test/contract.controller.spec.ts

    > 1 | import { Test, TestingModule } from '@nestjs/testing';
        | ^
      2 | import { DeepMocked, createMock } from '@golevelup/ts-jest';
      3 | import { CanActivate, HttpStatus } from '@nestjs/common';
      4 | import { JwtAuthGuard } from '../../auth/jwt/jwt-auth.guard';

      at Resolver._throwModNotFoundError (../node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (../node_modules/@nestjs/testing/testing-module.builder.js:7:27)
      at Object.<anonymous> (../node_modules/@nestjs/testing/test.js:5:34)
      at Object.<anonymous> (../node_modules/@nestjs/testing/index.js:11:22)
      at Object.<anonymous> (contract/test/contract.controller.spec.ts:1:1)


  ● Test suite failed to run

    Cannot find module '@nestjs/core/inspector/graph-inspector' from '../node_modules/@nestjs/testing/testing-module.builder.js'

    Require stack:
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/testing-module.builder.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/test.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/index.js
      users/test/users.service.spec.ts

    > 1 | import { Test, TestingModule } from '@nestjs/testing';
        | ^
      2 | import { UsersService } from '../users.service';
      3 | import { UserRepository } from '../user.repository';
      4 | import { HttpException } from '@nestjs/common';

      at Resolver._throwModNotFoundError (../node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (../node_modules/@nestjs/testing/testing-module.builder.js:7:27)
      at Object.<anonymous> (../node_modules/@nestjs/testing/test.js:5:34)
      at Object.<anonymous> (../node_modules/@nestjs/testing/index.js:11:22)
      at Object.<anonymous> (users/test/users.service.spec.ts:1:1)


  ● Test suite failed to run

    Cannot find module '@nestjs/core/inspector/graph-inspector' from '../node_modules/@nestjs/testing/testing-module.builder.js'

    Require stack:
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/testing-module.builder.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/test.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/index.js
      contract/test/contract.service.spec.ts

    > 1 | import { Test, TestingModule } from '@nestjs/testing';
        | ^
      2 | import { HttpException } from '@nestjs/common';
      3 | import { DeepMocked, createMock } from '@golevelup/ts-jest';
      4 | import { ContractHelper } from '../contract.helper';

      at Resolver._throwModNotFoundError (../node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (../node_modules/@nestjs/testing/testing-module.builder.js:7:27)
      at Object.<anonymous> (../node_modules/@nestjs/testing/test.js:5:34)
      at Object.<anonymous> (../node_modules/@nestjs/testing/index.js:11:22)
      at Object.<anonymous> (contract/test/contract.service.spec.ts:1:1)


  ● Test suite failed to run

    Cannot find module '@nestjs/core/inspector/graph-inspector' from '../node_modules/@nestjs/testing/testing-module.builder.js'

    Require stack:
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/testing-module.builder.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/test.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/index.js
      job/test/job.service.spec.ts

    > 1 | import { Test, TestingModule } from '@nestjs/testing';
        | ^
      2 | import { DeepMocked, createMock } from '@golevelup/ts-jest';
      3 | import { JobService } from '../job.service';
      4 | import { IJob } from '../interface/job.interface';

      at Resolver._throwModNotFoundError (../node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (../node_modules/@nestjs/testing/testing-module.builder.js:7:27)
      at Object.<anonymous> (../node_modules/@nestjs/testing/test.js:5:34)
      at Object.<anonymous> (../node_modules/@nestjs/testing/index.js:11:22)
      at Object.<anonymous> (job/test/job.service.spec.ts:1:1)


  ● Test suite failed to run

    Cannot find module '@nestjs/core/inspector/graph-inspector' from '../node_modules/@nestjs/testing/testing-module.builder.js'

    Require stack:
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/testing-module.builder.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/test.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/index.js
      users/test/users.controller.spec.ts

    > 1 | import { Test, TestingModule } from '@nestjs/testing';
        | ^
      2 | import { DeepMocked, createMock } from '@golevelup/ts-jest';
      3 | import { CanActivate, HttpStatus } from '@nestjs/common';
      4 | import { UserController } from '../user.controller';

      at Resolver._throwModNotFoundError (../node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (../node_modules/@nestjs/testing/testing-module.builder.js:7:27)
      at Object.<anonymous> (../node_modules/@nestjs/testing/test.js:5:34)
      at Object.<anonymous> (../node_modules/@nestjs/testing/index.js:11:22)
      at Object.<anonymous> (users/test/users.controller.spec.ts:1:1)


  ● Test suite failed to run

    Cannot find module '@nestjs/core/inspector/graph-inspector' from '../node_modules/@nestjs/testing/testing-module.builder.js'

    Require stack:
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/testing-module.builder.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/test.js
      /home/runner/work/8T-auth/8T-auth/node_modules/@nestjs/testing/index.js
      app.controller.spec.ts

    > 1 | import { Test, TestingModule } from '@nestjs/testing';
        | ^
      2 | import { AppController } from './app.controller';
      3 | import { AppService } from './app.service';
      4 |

      at Resolver._throwModNotFoundError (../node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (../node_modules/@nestjs/testing/testing-module.builder.js:7:27)
      at Object.<anonymous> (../node_modules/@nestjs/testing/test.js:5:34)
      at Object.<anonymous> (../node_modules/@nestjs/testing/index.js:11:22)
      at Object.<anonymous> (app.controller.spec.ts:1:1)

Report generated by 🧪jest coverage report action from 92d6877

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant