spelling: builtin

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-09-27 15:54:52 -04:00
parent 767c5b02ec
commit a4a6050b86
6 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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';

View File

@ -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';"