Skip to content

Commit

Permalink
chore: add todo to use FiltCollection.filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Oct 14, 2022
1 parent d79bf9d commit 4a9ab70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/data/__tests__/getIRMeasurement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export async function getIRMeasurement() {
const fileCollection = await fileCollectionFromPath(
join(__dirname, 'data/jdx/'),
);
//todo use 'filter' from fileCollection
let filteredFileCollection;
for (let f of fileCollection) {
if (f.name === 'ir.jdx') {
Expand Down

0 comments on commit 4a9ab70

Please sign in to comment.