aboutsummaryrefslogtreecommitdiff
path: root/vitest.config.ts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-11-09 11:32:15 +0100
committerGitHub <[email protected]>2024-11-09 10:32:15 +0000
commit9ecf99b75763ed08e19f3115c01a5e58aeaf529c (patch)
treea39162eea4c1b81568f192fbf5e8c8049c907479 /vitest.config.ts
parent0d850758d0ea0db45a9a4c8abda5c1e09796fb44 (diff)
downloadfaker-9ecf99b75763ed08e19f3115c01a5e58aeaf529c.tar.xz
faker-9ecf99b75763ed08e19f3115c01a5e58aeaf529c.zip
test: verify the generated image links are working (#3127)
Diffstat (limited to 'vitest.config.ts')
-rw-r--r--vitest.config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/vitest.config.ts b/vitest.config.ts
index 94991a6f..24a9cda3 100644
--- a/vitest.config.ts
+++ b/vitest.config.ts
@@ -9,6 +9,8 @@ console.log('VITEST_SEQUENCE_SEED', VITEST_SEQUENCE_SEED);
export default defineConfig({
test: {
setupFiles: ['test/setup.ts'],
+ include: ['test/**/*.spec.ts'],
+ exclude: ['test/integration/**/*.spec.ts'],
coverage: {
all: true,
provider: 'v8',