diff --git a/test/test-karma.js b/test/test-karma.js index a7fcd0a..f147126 100644 --- a/test/test-karma.js +++ b/test/test-karma.js @@ -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 diff --git a/test/test-node.js b/test/test-node.js index 3d32599..64f56ee 100644 --- a/test/test-node.js +++ b/test/test-node.js @@ -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