diff options
| author | Daniel Tedesco <[email protected]> | 2025-06-25 03:53:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-25 03:53:03 +0000 |
| commit | 268d29f05c29a612fc31918e7d0380f4b522b422 (patch) | |
| tree | bb0714d59ffe8091ad20a3fbd693d1072cd8c714 /docs/integration-tests.md | |
| parent | b6ccf12551bf43992b89c8b2c78d1352e89787eb (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.md | 2 |
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`: |
