From ac007c06984bc483fae2ba649788dfc858bc6a8b Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 23 Aug 2019 16:42:51 +0200 Subject: [PATCH] Fix path (#78) The current one seems like an uncommon Windows-like notation. --- docs/javascript-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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