• This is to avoid repeating yourself (D.R.Y.) as I ran into that issue multiple times writing these tests where I'd copy a test, need to rename a limit in 3-4 places, forget one place, and then spend 20-30 minutes wondering why the test was failing.

    Parameters

    • limit: keyof GPUSupportedLimits

    Returns {
        description: string;
        g: TestGroupBuilder<LimitTestsImpl>;
        limit: keyof GPUSupportedLimits;
    }

    • description: string
    • g: TestGroupBuilder<LimitTestsImpl>
    • limit: keyof GPUSupportedLimits

Generated using TypeDoc