Home / Class/ jasmine Class — vue Architecture

jasmine Class — vue Architecture

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

Entity Profile

Source Code

test/test-env.d.ts lines 28–36

declare const jasmine: {
  createSpy: (id?: string) => {
    (...args: any[]): any
    calls: {
      count(): number
    }
  }
  addMatchers(matchers: any): void
}

Analyze Your Own Codebase

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

Try Supermodel Free