mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 21:07:46 +00:00
[cli][fs-detectors][frameworks] Revert Storybook support (#9890)
This commit is contained in:
@@ -13,13 +13,7 @@ describe('examples should be detected', () => {
|
||||
throw new Error(`Framework not detected for example "${exampleName}".`);
|
||||
}
|
||||
|
||||
if (exampleName === 'storybook') {
|
||||
// Storybook isn't really a "framework", in this case, it's really a
|
||||
// Next.js app
|
||||
expect(framework).toBe('nextjs');
|
||||
} else {
|
||||
expect(framework).toBe(exampleName);
|
||||
}
|
||||
expect(framework).toBe(exampleName);
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user