fix: build issue
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
parent
66b44db254
commit
559514bfef
@ -5,7 +5,7 @@ import { getViteConfig } from 'astro/config'
|
|||||||
export default getViteConfig({
|
export default getViteConfig({
|
||||||
test: {
|
test: {
|
||||||
include: [
|
include: [
|
||||||
'./tests/**'
|
'./tests/**.ts'
|
||||||
]
|
]
|
||||||
/* for example, use global to avoid globals imports (describe, test, expect): */
|
/* for example, use global to avoid globals imports (describe, test, expect): */
|
||||||
// globals: true,
|
// globals: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user