feat: multiple changes

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2024-09-09 14:27:46 +02:00
parent d8f203f434
commit 3e91597dca
31 changed files with 216 additions and 223 deletions

View File

@ -4,10 +4,8 @@ import { getViteConfig } from 'astro/config'
export default getViteConfig({
test: {
include: [
'./tests/**.ts'
]
include: ['./tests/**.ts']
/* for example, use global to avoid globals imports (describe, test, expect): */
// globals: true,
},
});
}
})