Skip to content

Commit

Permalink
test: update snapshots (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Mar 26, 2021
1 parent 5c96b69 commit d039472
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -82,7 +82,6 @@ jobs:
run: yarn

- name: Install webpack ${{ matrix.webpack-version }}
if: matrix.webpack-version == '4'
run: yarn add -W webpack@${{ matrix.webpack-version }}

- name: Prepare environment for tests
Expand Down
6 changes: 6 additions & 0 deletions test/init/__snapshots__/init.test.js.snap.webpack4
Expand Up @@ -463,6 +463,9 @@ Object {
"name": "my-webpack-project",
"scripts": Object {
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production",
"watch": "webpack --watch",
},
"version": "1.0.0",
}
Expand Down Expand Up @@ -573,6 +576,9 @@ Object {
"name": "my-webpack-project",
"scripts": Object {
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production",
"watch": "webpack --watch",
},
"version": "1.0.0",
}
Expand Down
6 changes: 6 additions & 0 deletions test/init/__snapshots__/init.test.js.snap.webpack5
Expand Up @@ -463,6 +463,9 @@ Object {
"name": "my-webpack-project",
"scripts": Object {
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production",
"watch": "webpack --watch",
},
"version": "1.0.0",
}
Expand Down Expand Up @@ -573,6 +576,9 @@ Object {
"name": "my-webpack-project",
"scripts": Object {
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production",
"watch": "webpack --watch",
},
"version": "1.0.0",
}
Expand Down

0 comments on commit d039472

Please sign in to comment.