Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBrusa committed Apr 27, 2023
1 parent a6b98e7 commit 9745c26
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/modular-scripts/src/__tests__/build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ describe('WHEN building with preserve modules', () => {
).toMatchInlineSnapshot(`
{
"dependencies": {},
"engines": {
"node": "^14.18.0 || >=16.10.0 || >=18.0.0",
},
"files": [
"dist-cjs",
"dist-es",
Expand Down
9 changes: 9 additions & 0 deletions packages/modular-scripts/src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ describe('modular-scripts', () => {
"dependencies": {
"react": "17.0.2",
},
"engines": {
"node": "^14.18.0 || >=16.10.0 || >=18.0.0",
},
"files": [
"dist-cjs",
"dist-es",
Expand Down Expand Up @@ -360,6 +363,9 @@ describe('modular-scripts', () => {
).toMatchInlineSnapshot(`
{
"dependencies": {},
"engines": {
"node": "^14.18.0 || >=16.10.0 || >=18.0.0",
},
"files": [
"dist-cjs",
"dist-es",
Expand Down Expand Up @@ -441,6 +447,9 @@ describe('modular-scripts', () => {
).toMatchInlineSnapshot(`
{
"dependencies": {},
"engines": {
"node": "^14.18.0 || >=16.10.0 || >=18.0.0",
},
"files": [
"dist-cjs",
"dist-es",
Expand Down

0 comments on commit 9745c26

Please sign in to comment.