Commit Graph

6 Commits

Author SHA1 Message Date
Zoltan Kochan
f0bd12eb23 chore: update typing deps 2018-12-23 16:53:43 +02:00
Zoltan Kochan
79688d2a7d chore: update dependencies 2018-12-21 01:00:08 +02:00
Tejasvi (Teju) Nareddy
2bf7c0d333 test(supi): abstract store assertions via assert-store
* chore(assert-store): introduce return types and getStorePath

Add return types to pre-existing methods
Introduce function to get store path, simplifying logic in assert-project later

* chore(assert-project): abstract store assertions via assert-store

Cache entire store object instead of just the store path
Store-related calls in assert-project are run against assert-store

* test(supi): call assert-store for store assertions

Test cases where `pnpm install` is not called do not have a valid project
Use assert-store directly for store assertions

* test(supi): abstract store assertions with assert-store

Replace direct store checking (via path-exists) with assert-store

* fix: storeHasNot() when store does not exist

* refactor: remove getStorePath from assert-store

PR #1560
2018-12-15 18:20:26 +02:00
Zoltan Kochan
bf1c8fb915 fix(deps): update dependencies 2018-12-15 00:31:26 +02:00
Zoltan Kochan
7b20aa0803 chore(deps): update nock and @types/node
close #1543
close #1539
2018-12-09 02:40:45 +02:00
Tejasvi (Teju) Nareddy
2ce8f851b0 chore(assert-store): create new private package @pnpm/assert-store
Add new module to test pnpm stores
Add a test directory

PR #1536
2018-12-07 22:28:42 +02:00