docs(sveltekit): re-introduce speed insights (#9988)

This commit is contained in:
Damien Simonin Feugas
2023-05-31 09:41:46 +02:00
committed by GitHub
parent 18ae78137c
commit 4280166df4
13 changed files with 527 additions and 419 deletions

View File

@@ -4,7 +4,8 @@ const config = {
command: 'npm run build && npm run preview',
port: 4173
},
testDir: 'tests'
testDir: 'tests',
testMatch: /(.+\.)?(test|spec)\.[jt]s/
};
export default config;