From 22989465538f64e86fe5ac0235e322133b95056c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 20 Aug 2019 02:46:41 +0400 Subject: Initial test application Signed-off-by: Valentin Popov --- test/application/src/renderer.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/application/src/renderer.js (limited to 'test/application/src/renderer.js') diff --git a/test/application/src/renderer.js b/test/application/src/renderer.js new file mode 100644 index 0000000..901d75e --- /dev/null +++ b/test/application/src/renderer.js @@ -0,0 +1,3 @@ +// This file is required by the index.html file and will +// be executed in the renderer process for that window. +// All of the Node.js APIs are available in this process. -- cgit v1.2.3