Files
introduction-to-testing/examples/accident-counter/tests/counter.spec.js
Steve Kinney 9d5615cb9d Revert "Accident counter"
This reverts commit 9cb1a0c739.
2024-10-02 16:27:23 -05:00

3 lines
86 B
JavaScript

import { test, expect } from '@playwright/test';
import { createServer } from 'vite';