1.0.0 • Published 3 years ago

web-test-runner-vite-plugin v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

web-test-runner-vite-plugin

An @web/test-runner plugin to test Vite-powered projects.

Installation

npm i web-test-runner-vite-plugin

Usage

Add the plugin to your web-test-runner.config.js:

import { vitePlugin } from 'web-test-runner-vite-plugin';

export default /** @type {import('@web/test-runner')}.TestRunnerConfig} */ ({
  files: [],
  plugins: [vitePlugin()],
});