From e7154335e26e3e68bedd7ef09831982a33ab3aeb Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Mon, 13 Aug 2018 17:58:53 +0300 Subject: Added tests to sdc-pubsub Added tests files and coverage to sdc-pubsub Change-Id: I45146ae8d18f229d92afb60208532a1a0ca4192a Issue-ID: SDC-1542 Signed-off-by: Idan Amit --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e48b1b3..3db6931 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ node_modules/ **/*.js.map **/*.js !webpack.config.js -npm-debug.log +npm-debug.* sdc-pubsub.iml -node/ \ No newline at end of file +node/ +!/jest.config.js +/coverage/ -- cgit 1.2.3-korg