Skip to content

Commit

Permalink
fix: fix the test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
xfsnowind committed Sep 14, 2024
1 parent 9f340a0 commit 3f2129c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
- name: Typecheck
run: pnpm check-ts

- name: Build
run: pnpm run build

- name: Test
run: pnpm run test

- name: Cypress Test
run: pnpm run cypress:run
- name: Build
run: pnpm run build
1 change: 1 addition & 0 deletions test/__snapshots__/makeDefaultRspackConfig.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ exports[`makeCypressRspackConfig should return a valid Configuration object 1`]
"_events": {},
"_eventsCount": 0,
"_maxListeners": undefined,
Symbol(shapeMode): false,
Symbol(kCapture): false,
},
"files": [],
Expand Down

0 comments on commit 3f2129c

Please sign in to comment.