From feef3381c9164801eebe8c631e8f8fa40424d0eb Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Sun, 20 Mar 2022 13:43:35 +0000 Subject: [PATCH] Update fixtures (Windows) --- .../stdout.txt | 8 ++++---- .../babel/env - SHOW_CONFIG_FOR-windows/stdout.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with multiple files-windows/stdout.txt b/packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with multiple files-windows/stdout.txt index 1ffde6ad0e4d..a01d80d07424 100644 --- a/packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with multiple files-windows/stdout.txt +++ b/packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with multiple files-windows/stdout.txt @@ -16,12 +16,12 @@ config /.babelrc programmatic options from @babel/cli { "presets": [ - "//packages//babel-preset-react" + "//packages//babel-preset-react//lib//index.js" ], "plugins": [ - "//packages//babel-plugin-transform-arrow-functions", - "//packages//babel-plugin-transform-strict-mode", - "//packages//babel-plugin-transform-modules-commonjs" + "//packages//babel-plugin-transform-arrow-functions//lib//index.js", + "//packages//babel-plugin-transform-strict-mode//lib//index.js", + "//packages//babel-plugin-transform-modules-commonjs//lib//index.js" ], "sourceFileName": "src/foo.js", "caller": { diff --git a/packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR-windows/stdout.txt b/packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR-windows/stdout.txt index 66baf4549dde..758301d0619e 100644 --- a/packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR-windows/stdout.txt +++ b/packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR-windows/stdout.txt @@ -16,12 +16,12 @@ config /.babelrc programmatic options from @babel/cli { "presets": [ - "//packages//babel-preset-react" + "//packages//babel-preset-react//lib//index.js" ], "plugins": [ - "//packages//babel-plugin-transform-arrow-functions", - "//packages//babel-plugin-transform-strict-mode", - "//packages//babel-plugin-transform-modules-commonjs" + "//packages//babel-plugin-transform-arrow-functions//lib//index.js", + "//packages//babel-plugin-transform-strict-mode//lib//index.js", + "//packages//babel-plugin-transform-modules-commonjs//lib//index.js" ], "sourceFileName": "../src/foo.js", "caller": {