Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend5
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mehdi Mohamed Mahmoud
frontend5
Commits
80901d10
Commit
80901d10
authored
Mar 19, 2024
by
Mehdi Mohamed Mahmoud
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'main'
Push existing project to GitLab See merge request
!1
parents
04577841
2e5247f3
Branches
main
No related tags found
1 merge request
!1
Push existing project to GitLab
Changes
41
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
vitest.config.js
+14
-0
14 additions, 0 deletions
vitest.config.js
with
14 additions
and
0 deletions
vitest.config.js
0 → 100644
+
14
−
0
View file @
80901d10
import
{
fileURLToPath
}
from
'
node:url
'
import
{
mergeConfig
,
defineConfig
,
configDefaults
}
from
'
vitest/config
'
import
viteConfig
from
'
./vite.config
'
export
default
mergeConfig
(
viteConfig
,
defineConfig
({
test
:
{
environment
:
'
jsdom
'
,
exclude
:
[...
configDefaults
.
exclude
,
'
e2e/*
'
],
root
:
fileURLToPath
(
new
URL
(
'
./
'
,
import
.
meta
.
url
))
}
})
)
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment