Skip to content

Commit

Permalink
feat: add zustand
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 30, 2024
1 parent cec3b08 commit 1f560f3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ on:
- nuxt-test-utils
- elk
- effect
- zustand
- vue
- vite
- vitest-vscode
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
- nuxt-test-utils
- elk
- effect
- zustand
- vue
- vite
- vitest-vscode
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ on:
- nuxt-test-utils
- elk
- effect
- zustand
- vue
- vite
- vitest-vscode
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- nuxt-test-utils
- elk
- effect
- zustand
- vue
- vite
- vitest-vscode
Expand Down
11 changes: 11 additions & 0 deletions tests/zustand.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { runInRepo } from '../utils'
import { RunOptions } from '../types'

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'pmndrs/zustand',
build: 'build',
test: 'test:ci',
})
}

0 comments on commit 1f560f3

Please sign in to comment.