From 62fb55249d81ea1d6bc95f33e33925760d980ba5 Mon Sep 17 00:00:00 2001 From: zenwork Date: Fri, 4 Sep 2020 17:29:37 +0200 Subject: [PATCH 1/4] added tests and small fix in debug output --- .idea/codeStyles/Project.xml | 22 ++++++++ assets/test-bundled.html | 1 + package-lock.json | 37 ++++++++++--- package.json | 74 +++++++++++++------------- src/example/di/index.test.ts | 32 +++++------ src/example/progress/ProgressDialog.ts | 1 + src/example/streaming/index.test.ts | 5 +- src/index.test.ts | 1 + src/publication-web.test.ts | 40 ++++++++++++++ src/publication.test.ts | 29 +++++----- src/publication.ts | 13 +++-- src/publish.ts | 10 +++- src/subscriber.test.ts | 11 ++-- 13 files changed, 184 insertions(+), 92 deletions(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 src/publication-web.test.ts diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..8fa6e40 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/assets/test-bundled.html b/assets/test-bundled.html index f1f5594..3cd9d59 100644 --- a/assets/test-bundled.html +++ b/assets/test-bundled.html @@ -17,6 +17,7 @@ +