• This project
    • Loading...
  • Sign in

Bruno Predot / tmdb_test

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • tmdb_test
  • vite.config.ts
  • Bruno Predot's avatar
    Amélioration config es-lint + fix. · 99e7900b
    99e7900b Browse Files
    Bruno Predot authored 2025-05-13 17:46:33 +0200
vite.config.ts 217 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
// vite.config.js
import vue from "@vitejs/plugin-vue";

export default {
  plugins: [vue()],
  test: {
    globals: true,
    environment: "happy-dom",
    // Additional test configurations can be added here
  },
};