mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
implemented jest-preset
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
import initStoryshots from "@storybook/addon-storyshots";
|
||||
/*import initStoryshots from "@storybook/addon-storyshots";
|
||||
|
||||
initStoryshots({
|
||||
/* configuration options */
|
||||
});*/
|
||||
|
||||
describe("noop", () => {
|
||||
|
||||
it("is all good", () => {
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user