Skip to content

Commit 05e07b1

Browse files
committed
chore(dependencies): ran npm audit fix
and fixed lint issues due to the config getting updated
1 parent 46111fa commit 05e07b1

File tree

6 files changed

+1279
-1141
lines changed

6 files changed

+1279
-1141
lines changed

.storybook/facade-mocha.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import {describe as describeReal, it as itReal} from 'storybook-addon-specifications';
1+
const specifications = require('storybook-addon-specifications');
2+
3+
const {describe: describeReal, it: itReal} = specifications;
24

35
module.exports = {
46
describe: global.describe || describeReal,

0 commit comments

Comments
 (0)