Project started 🥂
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { withRsbuildConfig } from '@rstest/adapter-rsbuild';
|
||||
import { defineConfig } from '@rstest/core';
|
||||
|
||||
// Docs: https://rstest.rs/config/
|
||||
export default defineConfig({
|
||||
extends: withRsbuildConfig(),
|
||||
setupFiles: ['./tests/rstest.setup.ts'],
|
||||
});
|
||||
Reference in New Issue
Block a user