summaryrefslogtreecommitdiff
path: root/docs/integration-tests.md
diff options
context:
space:
mode:
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`: