معرفی شرکت ها


@jest/types-29.5.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

This package contains shared types of Jest's packages.
ویژگی مقدار
سیستم عامل -
نام فایل @jest/types-29.5.0
نام @jest/types
نسخه کتابخانه 29.5.0
نگهدارنده ['rubennorte', 'fb', 'aaronabramov', 'scotthovestadt', 'davidzilburg', 'simenb']
ایمیل نگهدارنده ['rubennorte@gmail.com', 'opensource+npm@fb.com', 'aaron@abramov.io', 'scott.hovestadt@gmail.com', 'davidzilburg@gmail.com', 'sbekkhus91@gmail.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی git+https://github.com/facebook/jest.git
آدرس اینترنتی https://github.com/facebook/jest#readme
مجوز MIT
# @jest/types This package contains shared types of Jest's packages. If you are looking for types of [Jest globals](https://jestjs.io/docs/api), you can import them from `@jest/globals` package: ```ts import {describe, expect, it} from '@jest/globals'; describe('my tests', () => { it('works', () => { expect(1).toBe(1); }); }); ``` If you prefer to omit imports, a similar result can be achieved installing the [@types/jest](https://npmjs.com/package/@types/jest) package. Note that this is a third party library maintained at [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) and may not cover the latest Jest features. Another use-case for `@types/jest` is a typed Jest config as those types are not provided by Jest out of the box: ```ts // jest.config.ts import {Config} from '@jest/types'; const config: Config.InitialOptions = { // some typed config }; export default config; ```


نیازمندی

مقدار نام
^29.4.3 @jest/schemas
^2.0.0 @types/istanbul-lib-coverage
^3.0.0 @types/istanbul-reports
* @types/node
^17.0.8 @types/yargs
^4.0.0 chalk


زبان مورد نیاز

مقدار نام
18.14.2 Npm


نحوه نصب


نصب پکیج tgz @jest/types-29.5.0:

    npm install @jest/types-29.5.0.tgz