Skip to content

Commit 5a5e1d9

Browse files
Fix test
1 parent 9fd8a14 commit 5a5e1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/core/src/telemetry/get-portable-stories-usage.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ describe('getPortableStoriesFileCountUncached', () => {
66
it('should ignores node_modules, non-source files', async () => {
77
const usage = await getPortableStoriesFileCountUncached();
88
// you can verify with: `git grep -m1 -c composeStor | wc -l`
9-
expect(usage).toMatchInlineSnapshot(`14`);
9+
expect(usage).toMatchInlineSnapshot(`15`);
1010
});
1111
});

0 commit comments

Comments
 (0)