Skip to content

Commit 8e7c9f3

Browse files
committed
docs: add badges to README.md
1 parent d846c86 commit 8e7c9f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<p align="center">
2+
<img src="https://img.shields.io/maintenance/yes/2021.svg?style=for-the-badge" alt="maintained">
3+
<a href="https://github.com/material-svelte/vite-web-test-runner-plugin/blob/main/LICENSE.md"><img src="https://img.shields.io/npm/l/vite-web-test-runner-plugin.svg?style=for-the-badge" alt="license"></a>
4+
<a href="https://www.npmjs.com/package/vite-web-test-runner-plugin"><img src="https://img.shields.io/npm/v/vite-web-test-runner-plugin.svg?style=for-the-badge" alt="npm package"></a>
5+
</p>
6+
<br/>
7+
18
# vite-web-test-runner-plugin
29

310
A [@web/test-runner](https://modern-web.dev/docs/test-runner/overview/) plugin to test Vite-powered projects. This plugin automatically connects to the Vite project in the current directory, loads the project configuration, and the uses your already-configured Vite build pipeline to build each test file.

0 commit comments

Comments
 (0)