Skip to content

Commit

Permalink
feat: updated snapshots and added script to help update
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Jan 18, 2024
1 parent 3889d22 commit af85f74
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 221 deletions.

This file was deleted.

109 changes: 0 additions & 109 deletions packages/d2c-schematics/__tests__/__snapshots__/footer.test.ts.snap

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ exports[`Product List Page Algolia Schematic algolia product list page schematic
"/src/components/search/NodeMenu.tsx",
"/src/components/search/Pagination.tsx",
"/src/components/search/SearchHit.ts",
"/src/components/search/SearchModal.tsx",
"/src/components/search/SearchResults.tsx",
"/src/components/search/price-range-slider/PriceRangeSlider.tsx",
"/src/components/search/price-range-slider/PriceRangeSliderWrapper.tsx",
Expand Down
3 changes: 2 additions & 1 deletion packages/d2c-schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"lint": "TIMING=1 eslint src/**/*.ts* --fix",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"test": "jest",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"test:updateSnapshot": "jest --updateSnapshot"
},
"schematics": "./collection.json",
"dependencies": {
Expand Down

0 comments on commit af85f74

Please sign in to comment.