Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
"ReadableJsAssetsWebpackPlugin" snapshots webpack output
which changes with the updated caniuse-lite data.

function() {} becomes ()=>{} in some places where webpack
uses functions internally.
  • Loading branch information
sirreal committed Jan 23, 2024
1 parent 1dbd754 commit adead4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ReadableJsAssetsWebpackPlugin should produce the expected output: Asset file index.js should match snapshot 1`] = `
"/******/ (function() { // webpackBootstrap
"/******/ (() => { // webpackBootstrap
var __webpack_exports__ = {};
function notMinified() {
// eslint-disable-next-line no-console
Expand All @@ -16,7 +16,7 @@ notMinified();
exports[`ReadableJsAssetsWebpackPlugin should produce the expected output: Asset file index.min.js should match snapshot 1`] = `"console.log("hello");"`;

exports[`ReadableJsAssetsWebpackPlugin should produce the expected output: Asset file view.js should match snapshot 1`] = `
"/******/ (function() { // webpackBootstrap
"/******/ (() => { // webpackBootstrap
var __webpack_exports__ = {};
function notMinified() {
// eslint-disable-next-line no-console
Expand Down

0 comments on commit adead4d

Please sign in to comment.