Initial project upload to test support for custom gitea composite actions
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'jsdom',
|
||||
setupFiles: './src/test/setup.js',
|
||||
reporters: ['json'],
|
||||
outputFile: 'test.json'
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user