Skip to content

Commit

Permalink
Update test expectations via fixtures: re-order sourceFileName property
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Oct 12, 2020
1 parent df807af commit 201e82f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -15,7 +15,6 @@ config <CWD>/.babelrc

programmatic options from @babel/cli
{
"sourceFileName": "src/foo.js",
"presets": [
"<ROOTDIR>//packages//babel-preset-react"
],
Expand All @@ -24,6 +23,7 @@ programmatic options from @babel/cli
"<ROOTDIR>//packages//babel-plugin-transform-strict-mode",
"<ROOTDIR>//packages//babel-plugin-transform-modules-commonjs"
],
"sourceFileName": "src/foo.js",
"caller": {
"name": "@babel/cli"
},
Expand Down
Expand Up @@ -15,7 +15,6 @@ config <CWD>/.babelrc

programmatic options from @babel/cli
{
"sourceFileName": "src/foo.js",
"presets": [
"<ROOTDIR>/packages/babel-preset-react"
],
Expand All @@ -24,6 +23,7 @@ programmatic options from @babel/cli
"<ROOTDIR>/packages/babel-plugin-transform-strict-mode",
"<ROOTDIR>/packages/babel-plugin-transform-modules-commonjs"
],
"sourceFileName": "src/foo.js",
"caller": {
"name": "@babel/cli"
},
Expand Down
Expand Up @@ -15,7 +15,6 @@ config <CWD>/.babelrc

programmatic options from @babel/cli
{
"sourceFileName": "../src/foo.js",
"presets": [
"<ROOTDIR>//packages//babel-preset-react"
],
Expand All @@ -24,6 +23,7 @@ programmatic options from @babel/cli
"<ROOTDIR>//packages//babel-plugin-transform-strict-mode",
"<ROOTDIR>//packages//babel-plugin-transform-modules-commonjs"
],
"sourceFileName": "../src/foo.js",
"caller": {
"name": "@babel/cli"
},
Expand Down
Expand Up @@ -110,7 +110,6 @@ config <CWD>/.babelrc

programmatic options from @babel/cli
{
"sourceFileName": "./src/index.js",
"presets": [
"<ROOTDIR>/packages/babel-preset-react"
],
Expand All @@ -120,6 +119,7 @@ programmatic options from @babel/cli
"<ROOTDIR>/packages/babel-plugin-transform-modules-commonjs"
],
"configFile": "./my-config.js",
"sourceFileName": "./src/index.js",
"caller": {
"name": "@babel/cli"
},
Expand Down

0 comments on commit 201e82f

Please sign in to comment.