nest-e2e-sample icon indicating copy to clipboard operation
nest-e2e-sample copied to clipboard

An E2E testing sample using uvu and pactumJS to test a NestJS application

Results 4 nest-e2e-sample issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) from 8.4.3 to 9.0.5. Release notes Sourced from @​nestjs/core's releases. v9.0.5 (2022-07-20) Bug fixes common, platform-express #9819 fix: use pipeline over stream.pipe (@​jmcdo29) Enhancements microservices #9798 feat(microservices): add...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Hey Jay, thanks a ton for this repository. I've learned a lot of new things through this. When I run `pnpm test:e2e` ``` ❯ pnpm test:e2e (base) > [email protected] test:e2e...