We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd8a14 commit 5a5e1d9Copy full SHA for 5a5e1d9
code/core/src/telemetry/get-portable-stories-usage.test.ts
@@ -6,6 +6,6 @@ describe('getPortableStoriesFileCountUncached', () => {
6
it('should ignores node_modules, non-source files', async () => {
7
const usage = await getPortableStoriesFileCountUncached();
8
// you can verify with: `git grep -m1 -c composeStor | wc -l`
9
- expect(usage).toMatchInlineSnapshot(`14`);
+ expect(usage).toMatchInlineSnapshot(`15`);
10
});
11
0 commit comments