From 92a96a82b9029b00fbd4ccef1ff3970518db25bb Mon Sep 17 00:00:00 2001
From: Christian Hodgden <chrhodgden@gmail.com>
Date: Fri, 9 Feb 2024 16:27:50 +0000
Subject: added module imports and describe() method to nnetwork testing

---
 test/reports/coverage.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'test/reports')

diff --git a/test/reports/coverage.txt b/test/reports/coverage.txt
index 38557e5..255fa17 100644
--- a/test/reports/coverage.txt
+++ b/test/reports/coverage.txt
@@ -1,8 +1,9 @@
 ------------------------|---------|----------|---------|---------|-------------------
 File                    | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
 ------------------------|---------|----------|---------|---------|-------------------
-All files               |   82.29 |      100 |    87.5 |   81.72 |                   
+All files               |   67.76 |      100 |   65.62 |    68.1 |                   
  activationFunctions.js |     100 |      100 |     100 |     100 |                   
  binaryConverter.js     |   97.29 |      100 |      90 |   97.22 | 45                
  layer.js               |   52.94 |      100 |      60 |   51.51 | 26-53             
+ nnetwork.js            |      12 |      100 |       0 |   13.04 | 6-35              
 ------------------------|---------|----------|---------|---------|-------------------
-- 
cgit v1.2.3