jest-decorated icon indicating copy to clipboard operation
jest-decorated copied to clipboard

Decorators library for writing jest-based tests

Results 15 jest-decorated issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [rollup](https://github.com/rollup/rollup) from 2.66.1 to 3.5.0. Release notes Sourced from rollup's releases. v3.5.0 3.5.0 2022-11-27 Features Add treeshake.manualPureFunctions to override static analysis for explicit function names (#4718) Bug Fixes Do...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.6 to 18.11.9. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.11.6&new-version=18.11.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.31.1 to 0.34.1. Release notes Sourced from rollup-plugin-typescript2's releases. 0.34.1 Bugfixes fix: don't error out while catching a buildStart error by @​agilgur5 in ezolenko/rollup-plugin-typescript2#422 This fixes an...

dependencies

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

is there some way that can be used so I can extract some info from test spec files, like name of the test suites, test case titles...etc without executing any...

in my jest config ``` setupFilesAfterEnv: [ './jest.setup.js' , "@jest-decorated/core/globals" ], ``` in my setup.ts ``` import "@jest-decorated/core/globals"; module.exports = async function () { }; ``` other dependencies ``` "dependencies":...

Hey 👋 I would like to share a test suite so that I do not need to create the same one with different dependencies, but it does not seem to...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies