Skip to content

Commit

Permalink
feat: add deamon test
Browse files Browse the repository at this point in the history
  • Loading branch information
akitaSummer committed Jan 23, 2024
1 parent 893f96f commit 6f71562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/index.2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ describe('test/index.v2.test.js', () => {
assert.strictEqual(require(path.join(cwd, 'node_modules', 'esbuild/package.json')).version, '0.15.14');


const pidsInstance = new Pids('esbuild/node_modules');
const pidsInstance = new Pids(dirs);
let pids = await pidsInstance.getPids();
assert(pids.length > 0);
pids.forEach(pid => {
Expand Down

0 comments on commit 6f71562

Please sign in to comment.