UNPKG

361 BJavaScriptView Raw
1"use strict";
2
3var _addonStoryshots = _interopRequireDefault(require("@storybook/addon-storyshots"));
4
5function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
6
7global.requestAnimationFrame = function (callback) {
8 setTimeout(callback, 0);
9};
10
11(0, _addonStoryshots["default"])({
12 configPath: './example/.storybook'
13});
\No newline at end of file