1.0.1 • Published 12 months ago

@csstools/pack-test v1.0.1

Weekly downloads
-
License
MIT-0
Repository
-
Last release
12 months ago

Pack Test

Verify that the published contents of your node package will pass a basic smoke test.
This tests creates a pack of your node modules just like npm publish and tries to import it.

Why do static analysis when you can brute force it?

API

Read the API docs

Usage

npm install @csstools/pack-test --save-dev
import { testPack } from '@csstools/pack-test';

await testPack('@csstools/pack-test');
1.0.1

12 months ago

1.0.0

12 months ago