vitest/test/puppeteer/index.html
Fatih Aygün a057b4f8c2
feat(example): add puppeteer example (#167)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-12-16 03:21:21 +08:00

13 lines
183 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Puppeteer Vitest Test Page</title>
<script type="module" src="/src/index.ts"></script>
</head>
<body>
</body>
</html>