From 85aaf86e5714898a5c459684aaee042ab04dade0 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Wed, 12 Aug 2020 22:43:05 +0200 Subject: [PATCH] fix/ README typo (e2e chapter) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae96132..3f47dd2 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ YES! You can do it! Just by importing your library in npm dependencies section ( Maybe you want to execute the application in the browser with hot reload ? Just run `npm run ng:serve:web`. **Note that you can't use Electron or NodeJS native libraries in this case.** Please check `providers/electron.service.ts` to watch how conditional import of electron/Native libraries is done. -# E2E Testing +## E2E Testing E2E Test scripts can be found in `e2e` folder.