Files
pnpm/__utils__/assert-store
2023-09-04 15:45:36 +03:00
..
2023-07-19 01:53:42 +03:00
2023-09-04 15:45:36 +03:00
2023-09-04 15:45:36 +03:00

@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