fix: build issue

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
Florian Bouillon 2023-07-20 17:56:24 +02:00
parent 66b44db254
commit 559514bfef

View File

@ -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,