summaryrefslogtreecommitdiff
path: root/docs/integration-tests.md
diff options
context:
space:
mode:
authorDaniel Tedesco <[email protected]>2025-06-25 03:53:03 +0000
committerGitHub <[email protected]>2025-06-25 03:53:03 +0000
commit268d29f05c29a612fc31918e7d0380f4b522b422 (patch)
treebb0714d59ffe8091ad20a3fbd693d1072cd8c714 /docs/integration-tests.md
parentb6ccf12551bf43992b89c8b2c78d1352e89787eb (diff)
docs: fix typos in documentation (#1411)
Co-authored-by: Dan Tedesco <[email protected]>
Diffstat (limited to 'docs/integration-tests.md')
-rw-r--r--docs/integration-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integration-tests.md b/docs/integration-tests.md
index 400767dc..60dfa30b 100644
--- a/docs/integration-tests.md
+++ b/docs/integration-tests.md
@@ -18,7 +18,7 @@ The integration tests can also be run using the following shortcut:
npm run test:e2e
```
-## Running a specfic set of tests
+## Running a specific set of tests
To run a subset of test files, you can use `npm run <integration test command> <file_name1> ....` where <integration test command> is either `test:e2e` or `test:integration*` and `<file_name>` is any of the `.test.js` files in the `integration-tests/` directory. For example, the following command runs `list_directory.test.js` and `write_file.test.js`: