Skip to content

Commit

Permalink
Enable misc tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Jun 22, 2023
1 parent 5c75499 commit 453dad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if(process.env.TESTS) {
})());

// other tests
//entries.push(join(_top, 'tests/misc.js'));
entries.push(join(_top, 'tests/misc.js'));
}

// test environment defaults
Expand Down
2 changes: 1 addition & 1 deletion test/test-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if(process.env.TESTS) {
}

// other tests
//entries.push(path.resolve(_top, 'test/misc.js'));
entries.push(path.resolve(_top, 'test/misc.js'));
}

// test environment defaults
Expand Down

0 comments on commit 453dad7

Please sign in to comment.