Skip to content

Commit

Permalink
Load entire module while testing.
Browse files Browse the repository at this point in the history
- Improves top-level testing.
- Improves coverage reporting.
  • Loading branch information
davidlehn committed Jan 11, 2022
1 parent 1545316 commit 50a20ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
Forge ChangeLog
===============

### Fixed
- [tests] Load entire module to improve top-level testing and coverage
reporting.

## 1.2.0 - 2022-01-07

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions tests/unit/forge.js
@@ -0,0 +1,2 @@
// test loading the entire module
require('../../lib/index.js');
1 change: 1 addition & 0 deletions tests/unit/index.js
@@ -1,3 +1,4 @@
require('./forge');
require('./util');
require('./md5');
require('./sha1');
Expand Down

0 comments on commit 50a20ec

Please sign in to comment.