diff --git a/docs/javascript-action.md b/docs/javascript-action.md index 1d287fee..55a3f55a 100644 --- a/docs/javascript-action.md +++ b/docs/javascript-action.md @@ -78,7 +78,7 @@ async function run() { run(); ``` -Modify tests in `__tests__\main.test.ts`. The template uses [jest](https://github.com/facebook/jest). +Modify tests in `__tests__/main.test.ts`. The template uses [jest](https://github.com/facebook/jest). ## Build and Test