From 453dad73f8b18fb5f0fc6be6bf98a2e1aa51b4ab Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 22 Jun 2023 01:16:09 -0400 Subject: [PATCH] Enable misc tests. --- test/test-karma.js | 2 +- test/test-node.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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