mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
spelling: builtin
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
767c5b02ec
commit
a4a6050b86
@ -54,7 +54,7 @@ function updateSourceCode(parser: string) {
|
||||
const jscodeshiftPath = path.dirname(require.resolve('jscodeshift'));
|
||||
const jscodeshiftCommand = path.join(jscodeshiftPath, 'bin', 'jscodeshift.sh');
|
||||
|
||||
['update-organisation-name.js', 'move-buildin-addons.js'].forEach((codemod) => {
|
||||
['update-organisation-name.js', 'move-builtin-addons.js'].forEach((codemod) => {
|
||||
const codemodPath = path.join(
|
||||
path.dirname(require.resolve('@storybook/codemod')),
|
||||
'transforms',
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`move-buildin-addons transforms correctly using "default.input.js" data 1`] = `
|
||||
exports[`move-builtin-addons transforms correctly using "default.input.js" data 1`] = `
|
||||
"/* eslint-disable */
|
||||
import { storyOf } from '@storybook/react';
|
||||
import { linkTo } from '@storybook/addon-links';
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`move-buildin-addons transforms correctly using "with-no-change.input.js" data 1`] = `
|
||||
exports[`move-builtin-addons transforms correctly using "with-no-change.input.js" data 1`] = `
|
||||
"/* eslint-disable */
|
||||
import { action } from '@kadira/storybook-addons';
|
||||
import { storyOf } from '@storybook/react';"
|
Loading…
x
Reference in New Issue
Block a user