Skip to content

Commit

Permalink
ESLint: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
shvlv committed Oct 15, 2024
1 parent 04322d4 commit 590af99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ exports[`DependencyExtractionWebpackPlugin modules Webpack \`wordpress\` should
`;

exports[`DependencyExtractionWebpackPlugin modules Webpack \`wordpress-interactivity\` should produce expected output: Asset file 'main.asset.php' should match snapshot 1`] = `
"<?php return array('dependencies' => array('lodash', array('id' => '@wordpress/interactivity', 'import' => 'dynamic')), 'version' => '363140026eaa9abcaf33', 'type' => 'module');
"<?php return array('dependencies' => array('lodash', array('id' => '@wordpress/interactivity', 'import' => 'dynamic')), 'version' => '3004d92fa670e58cb987', 'type' => 'module');
"
`;

Expand Down Expand Up @@ -760,7 +760,7 @@ exports[`DependencyExtractionWebpackPlugin scripts Webpack \`wordpress\` should
`;

exports[`DependencyExtractionWebpackPlugin scripts Webpack \`wordpress-interactivity\` should produce expected output: Asset file 'main.asset.php' should match snapshot 1`] = `
"<?php return array('dependencies' => array('lodash', 'wp-interactivity'), 'version' => 'b16015e38aea0509f75f');
"<?php return array('dependencies' => array('lodash', 'wp-interactivity'), 'version' => '5d6f3787a67ec0f2886d');
"
`;

Expand Down

0 comments on commit 590af99

Please sign in to comment.