Home / Class/ jest Class — vue Architecture

jest Class — vue Architecture

Architecture documentation for the jest class in test-env.d.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  156f0739_df6c_29c2_34c6_f3f1401d4a21["jest"]
  7f88c60a_202a_15ad_d359_bf20fbafaa98["test-env.d.ts"]
  156f0739_df6c_29c2_34c6_f3f1401d4a21 -->|defined in| 7f88c60a_202a_15ad_d359_bf20fbafaa98
  8665a662_3f60_756e_d348_cf7303516a96["toHaveBeenWarned()"]
  156f0739_df6c_29c2_34c6_f3f1401d4a21 -->|method| 8665a662_3f60_756e_d348_cf7303516a96
  1e59c8cf_0c8d_2839_1e01_22f17c799ae9["toHaveBeenWarnedLast()"]
  156f0739_df6c_29c2_34c6_f3f1401d4a21 -->|method| 1e59c8cf_0c8d_2839_1e01_22f17c799ae9
  ccd5df4d_cfb4_0727_03f7_fb58e9ef214b["toHaveBeenWarnedTimes()"]
  156f0739_df6c_29c2_34c6_f3f1401d4a21 -->|method| ccd5df4d_cfb4_0727_03f7_fb58e9ef214b
  0ee65440_1f8a_b877_9cd0_e8d535dbb2a8["toHaveBeenTipped()"]
  156f0739_df6c_29c2_34c6_f3f1401d4a21 -->|method| 0ee65440_1f8a_b877_9cd0_e8d535dbb2a8
  e766e392_df35_3adf_fc97_c339f0309cdd["toHaveClass()"]
  156f0739_df6c_29c2_34c6_f3f1401d4a21 -->|method| e766e392_df35_3adf_fc97_c339f0309cdd

Relationship Graph

Source Code

test/test-env.d.ts lines 18–26

declare namespace jest {
  interface Matchers<R, T> {
    toHaveBeenWarned(): R
    toHaveBeenWarnedLast(): R
    toHaveBeenWarnedTimes(n: number): R
    toHaveBeenTipped(): R
    toHaveClass(cls: string): R
  }
}

Defined In

Frequently Asked Questions

What is the jest class?
jest is a class in the vue codebase, defined in test/test-env.d.ts.
Where is jest defined?
jest is defined in test/test-env.d.ts at line 18.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free