Revert "feat: Add inline editing and manual script entry functionality (#39)" (#40)

This reverts commit a410aeacf7.
This commit is contained in:
Michel Roegl-Brunner
2025-10-06 16:21:49 +02:00
committed by GitHub
parent a410aeacf7
commit a05185db1b
98 changed files with 2328 additions and 3323 deletions

View File

@@ -7,6 +7,7 @@ export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
setupFiles: ['./src/test/setup.ts'],
include: ['**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
exclude: ['node_modules', 'dist', '.next', '.git'],
coverage: {