CLI for Oblique Strategies.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

8 rader
124 B

  1. import { vi } from 'vitest';
  2. export const plain = vi.fn();
  3. export const card = vi.fn();
  4. export const centered = vi.fn();