Skip to content

Commit

Permalink
fix: update test to reflect change
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Nov 3, 2022
1 parent 9ef2a58 commit d70cc05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe(`main utils`, () => {

const first = actual[0];
expect(first.startsWith('../../react-')).toBeTruthy();
expect(first.endsWith('/src/**/@(index.stories.@(ts|tsx)|*.stories.mdx)')).toBeTruthy();
expect(first.endsWith('/stories/**/@(index.stories.@(ts|tsx)|*.stories.mdx)')).toBeTruthy();
});
});
});

0 comments on commit d70cc05

Please sign in to comment.