You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/public/docs/jest/index.json

1 line
21 KiB

7 years ago
{"entries":[{"name":".not","path":"expect#not","type":"Expect"},{"name":".rejects","path":"expect#rejects","type":"Expect"},{"name":".resolves","path":"expect#resolves","type":"Expect"},{"name":".toBe()","path":"expect#tobevalue","type":"Expect"},{"name":".toBeCloseTo()","path":"expect#tobeclosetonumber-numdigits","type":"Expect"},{"name":".toBeDefined()","path":"expect#tobedefined","type":"Expect"},{"name":".toBeFalsy()","path":"expect#tobefalsy","type":"Expect"},{"name":".toBeGreaterThan()","path":"expect#tobegreaterthannumber","type":"Expect"},{"name":".toBeGreaterThanOrEqual()","path":"expect#tobegreaterthanorequalnumber","type":"Expect"},{"name":".toBeInstanceOf()","path":"expect#tobeinstanceofclass","type":"Expect"},{"name":".toBeLessThan()","path":"expect#tobelessthannumber","type":"Expect"},{"name":".toBeLessThanOrEqual()","path":"expect#tobelessthanorequalnumber","type":"Expect"},{"name":".toBeNull()","path":"expect#tobenull","type":"Expect"},{"name":".toBeTruthy()","path":"expect#tobetruthy","type":"Expect"},{"name":".toBeUndefined()","path":"expect#tobeundefined","type":"Expect"},{"name":".toContain()","path":"expect#tocontainitem","type":"Expect"},{"name":".toContainEqual()","path":"expect#tocontainequalitem","type":"Expect"},{"name":".toEqual()","path":"expect#toequalvalue","type":"Expect"},{"name":".toHaveBeenCalled()","path":"expect#tohavebeencalled","type":"Expect"},{"name":".toHaveBeenCalledTimes()","path":"expect#tohavebeencalledtimesnumber","type":"Expect"},{"name":".toHaveBeenCalledWith()","path":"expect#tohavebeencalledwitharg1-arg2-","type":"Expect"},{"name":".toHaveBeenLastCalledWith()","path":"expect#tohavebeenlastcalledwitharg1-arg2-","type":"Expect"},{"name":".toHaveBeenNthCalledWith()","path":"expect#tohavebeennthcalledwithnthcall-arg1-arg2-","type":"Expect"},{"name":".toHaveLastReturnedWith()","path":"expect#tohavelastreturnedwithvalue","type":"Expect"},{"name":".toHaveLength()","path":"expect#tohavelengthnumber","type":"Expect"},{"name":".toHaveNthReturnedWith()","path":"expect#tohaventhreturnedwithnthcall-value","type":"Expect"},{"name":".toHaveProperty()","path":"expect#tohavepropertykeypath-value","type":"Expect"},{"name":".toHaveReturned()","path":"expect#tohavereturned","type":"Expect"},{"name":".toHaveReturnedTimes()","path":"expect#tohavereturnedtimesnumber","type":"Expect"},{"name":".toHaveReturnedWith()","path":"expect#tohavereturnedwithvalue","type":"Expect"},{"name":".toMatch()","path":"expect#tomatchregexporstring","type":"Expect"},{"name":".toMatchObject()","path":"expect#tomatchobjectobject","type":"Expect"},{"name":".toMatchSnapshot()","path":"expect#tomatchsnapshotpropertymatchers-snapshotname","type":"Expect"},{"name":".toStrictEqual()","path":"expect#tostrictequalvalue","type":"Expect"},{"name":".toThrow()","path":"expect#tothrowerror","type":"Expect"},{"name":".toThrowErrorMatchingSnapshot()","path":"expect#tothrowerrormatchingsnapshot","type":"Expect"},{"name":"afterAll()","path":"api#afterallfn-timeout","type":"Globals"},{"name":"afterEach()","path":"api#aftereachfn-timeout","type":"Globals"},{"name":"An Async Example","path":"tutorial-async","type":"Guides"},{"name":"beforeAll()","path":"api#beforeallfn-timeout","type":"Globals"},{"name":"beforeEach()","path":"api#beforeeachfn-timeout","type":"Globals"},{"name":"Config: automock","path":"configuration#automock-boolean","type":"Configuring Jest"},{"name":"Config: bail","path":"configuration#bail-boolean","type":"Configuring Jest"},{"name":"Config: browser","path":"configuration#browser-boolean","type":"Configuring Jest"},{"name":"Config: cacheDirectory","path":"configuration#cachedirectory-string","type":"Configuring Jest"},{"name":"Config: clearMocks","path":"configuration#clearmocks-boolean","type":"Configuring Jest"},{"name":"Config: collectCoverage","path":"configuration#collectcoverage-boolean","type":"Configuring Jest"},{"name":"Config: collectCoverageFrom","path":"configuration#collectcoveragefrom-array","type":"Configuring Jest"},{"name":"Config: coverageDirectory","path":"configuration#coveragedirectory-string",