Skip to content

Commit

Permalink
fix: add tests for types.ts, fix some (Effect) types which had wrong …
Browse files Browse the repository at this point in the history
…order of generics
  • Loading branch information
retro committed Sep 9, 2024
1 parent c2ba65d commit 95be079
Show file tree
Hide file tree
Showing 3 changed files with 913 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"format:check": "prettier \"src/**/*.ts\" --check",
"lint": "eslint src --ext .ts --fix",
"lint:check": "eslint src --ext .ts",
"test": "vitest run",
"test:watch": "vitest watch",
"test": "vitest run --typecheck",
"test:watch": "vitest watch --typecheck",
"test:coverage": "vitest run --coverage",
"test:setup": "tsx ./scripts/test-setup.ts",
"spell:check": "cspell \"{README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,.github/*.md,src/**/*.ts}\"",
Expand Down
Loading

0 comments on commit 95be079

Please sign in to comment.