mirror of
https://github.com/pnpm/pnpm.git
synced 2026-06-28 01:45:30 -04:00
* chore(release): 11.6.0 * docs: update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@pnpm/assert-store
Utils for testing pnpm stores
Installation
pnpm install -D @pnpm/assert-store
Usage
import test = require('tape')
import { assertStore } from '@pnpm/assert-store'
test('...', async t => {
// ...
const store = assertStore(t, pathToStore, encodedRegistryName)
await store.storeHas('is-positive', '3.1.0')
// Test fails if pnpm store does not have this package
})
License
MIT