We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1545316 commit 50a20ecCopy full SHA for 50a20ec
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Forge ChangeLog
2
===============
3
4
+### Fixed
5
+- [tests] Load entire module to improve top-level testing and coverage
6
+ reporting.
7
+
8
## 1.2.0 - 2022-01-07
9
10
### Fixed
tests/unit/forge.js
@@ -0,0 +1,2 @@
+// test loading the entire module
+require('../../lib/index.js');
tests/unit/index.js
@@ -1,3 +1,4 @@
+require('./forge');
require('./util');
require('./md5');
require('./sha1');
0 commit comments