@rstest/adapter-rspack
v0.2.0
Published
Rstest adapter for rspack configuration
Readme
@rstest/adapter-rspack
Rstest adapter for Rspack configuration. This package allows you to extend your Rstest configuration from Rspack config files.
Installation
npm install @rstest/adapter-rspack -DUsage
withRspackConfig
import { defineConfig } from '@rstest/core';
import { withRspackConfig } from '@rstest/adapter-rspack';
export default defineConfig({
extends: withRspackConfig(),
// other rstest config options
});Automatically loads Rspack config from the current working directory and converts it to Rstest config.
