From 268d29f05c29a612fc31918e7d0380f4b522b422 Mon Sep 17 00:00:00 2001 From: Daniel Tedesco Date: Wed, 25 Jun 2025 03:53:03 +0000 Subject: docs: fix typos in documentation (#1411) Co-authored-by: Dan Tedesco --- docs/integration-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/integration-tests.md') 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 ....` where is either `test:e2e` or `test:integration*` and `` 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`: -- cgit v1.2.3