Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Dec 17, 2024
1 parent 19b21be commit 486b8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/get_unit_test_dir_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ result = result.filter((result) => !result.includes('integration-tests'));
result.push(
path.join('packages', 'integration-tests', 'lib', 'test-in-memory')
);
result = result.map((path) => `${path}/**/*.test.js`);
console.log(result.join(' '));

0 comments on commit 486b8b1

Please sign in to comment.