Skip to content

Commit

Permalink
replaced zustand with react context (#11)
Browse files Browse the repository at this point in the history
* Replaced zustand with react context

* Added ColorPicker test

* Added FilamentDropdown tests

* Added hook tests

* Added product page tests
  • Loading branch information
benhalverson authored Oct 28, 2024
1 parent 47980c3 commit 4e770d4
Show file tree
Hide file tree
Showing 21 changed files with 1,743 additions and 681 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install Node.js dependencies
run: npm ci

- name:
run: npm test

- name: Build Project
run: npm run build # Ensure this outputs to the `dist` directory

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wrangler-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Install Node.js dependencies
run: npm ci

- name: Install Node.js dependencies
run: npm test

- name: Install Node.js dependencies
run: npm run build

Expand Down
Loading

0 comments on commit 4e770d4

Please sign in to comment.