test: cleanup path resolve
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 30 Sep 2023 11:49:20 +0000 (13:49 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 30 Sep 2023 11:49:20 +0000 (13:49 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
tests/pools/abstract-pool.test.mjs

index c7792d79f8cc476dfa205e976ac85a51895bbcf5..b6dbba29c7a2e451cfc24383204e3fed5bdaba78 100644 (file)
@@ -23,7 +23,7 @@ import { WorkerNode } from '../../lib/pools/worker-node.js'
 describe('Abstract pool test suite', () => {
   const version = JSON.parse(
     readFileSync(
-      join(dirname(fileURLToPath(import.meta.url)), '../../package.json'),
+      join(dirname(fileURLToPath(import.meta.url)), '../..', 'package.json'),
       'utf8'
     )
   ).version