diff options
| author | ST-DDT <[email protected]> | 2024-11-09 11:32:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-09 10:32:15 +0000 |
| commit | 9ecf99b75763ed08e19f3115c01a5e58aeaf529c (patch) | |
| tree | a39162eea4c1b81568f192fbf5e8c8049c907479 /package.json | |
| parent | 0d850758d0ea0db45a9a4c8abda5c1e09796fb44 (diff) | |
| download | faker-9ecf99b75763ed08e19f3115c01a5e58aeaf529c.tar.xz faker-9ecf99b75763ed08e19f3115c01a5e58aeaf529c.zip | |
test: verify the generated image links are working (#3127)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e193e629..a0ccb6ac 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "test": "vitest", "test:update-snapshots": "vitest run -u", "coverage": "vitest run --coverage", + "integration-test": "vitest -c vitest.it-config.ts", "cypress": "cypress", "docs:test:e2e:ci": "run-s docs:build:ci docs:test:e2e:run", "docs:test:e2e:run": "run-p --race docs:serve \"cypress run\"", |
