From 118f623577d7e033fa6ddbbe3823d48ffde29c12 Mon Sep 17 00:00:00 2001 From: Christian Hodgden Date: Fri, 9 Feb 2024 14:57:48 +0000 Subject: added module imports and describe() method to layer testing --- test/reports/coverage.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/reports') diff --git a/test/reports/coverage.txt b/test/reports/coverage.txt index dc96a2d..38557e5 100644 --- a/test/reports/coverage.txt +++ b/test/reports/coverage.txt @@ -1,7 +1,8 @@ ------------------------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s ------------------------|---------|----------|---------|---------|------------------- -All files | 90.32 | 100 | 84.21 | 91.66 | +All files | 82.29 | 100 | 87.5 | 81.72 | activationFunctions.js | 100 | 100 | 100 | 100 | - binaryConverter.js | 83.78 | 100 | 70 | 86.11 | 30-33,45 + binaryConverter.js | 97.29 | 100 | 90 | 97.22 | 45 + layer.js | 52.94 | 100 | 60 | 51.51 | 26-53 ------------------------|---------|----------|---------|---------|------------------- -- cgit v1.2.3