diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-02-09 14:49:12 +0000 |
---|---|---|
committer | Christian Hodgden <chrhodgden@gmail.com> | 2024-02-09 14:49:12 +0000 |
commit | d8e17c036eecadb17c6521fac23a5d956b8fd415 (patch) | |
tree | 1277e4753a78e7f96f2840e50ae3b91cd4068a52 /test/reports | |
parent | 60e9f9e8a7df69aa94de0e9752a3faf3c0c62253 (diff) |
added module imports and describe() method to activationFunction testing
Diffstat (limited to 'test/reports')
-rw-r--r-- | test/reports/coverage.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/test/reports/coverage.txt b/test/reports/coverage.txt index a2ed4c1..dc96a2d 100644 --- a/test/reports/coverage.txt +++ b/test/reports/coverage.txt @@ -1,6 +1,7 @@ ---------------------|---------|----------|---------|---------|------------------- -File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s ---------------------|---------|----------|---------|---------|------------------- -All files | 83.78 | 100 | 70 | 86.11 | - binaryConverter.js | 83.78 | 100 | 70 | 86.11 | 30-33,45 ---------------------|---------|----------|---------|---------|------------------- +------------------------|---------|----------|---------|---------|------------------- +File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s +------------------------|---------|----------|---------|---------|------------------- +All files | 90.32 | 100 | 84.21 | 91.66 | + activationFunctions.js | 100 | 100 | 100 | 100 | + binaryConverter.js | 83.78 | 100 | 70 | 86.11 | 30-33,45 +------------------------|---------|----------|---------|---------|------------------- |