FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docs/vitest.config.ts at main · code-forge-io/docs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
code-forge-io
/
docs
Public template
Notifications
You must be signed in to change notification settings
Fork
0
Star
9
Code
Issues
1
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
docs
/
vitest.config.ts
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (15 loc) · 330 Bytes
Breadcrumbs
docs
/
vitest.config.ts
Copy path
File metadata and controls
16 lines (15 loc) · 330 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
tsconfigPaths
from
"vite-tsconfig-paths"
import
{
defineConfig
}
from
"vitest/config"
export
default
defineConfig
(
{
plugins
:
[
tsconfigPaths
(
)
]
,
test
:
{
globals
:
true
,
css
:
true
,
coverage
:
{
all
:
false
,
include
:
[
"app/**"
]
,
reporter
:
[
"text"
,
"json-summary"
,
"json"
]
,
reportOnFailure
:
true
,
}
,
}
,
}
)
Back
|
FazBrowse Home
|
New Git URL