@csstools/pack-test
v1.0.2
Published
Verify that the published contents of your node package will pass a basic smoke test.
Readme
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
Usage
npm install @csstools/pack-test --save-devimport { testPack } from '@csstools/pack-test';
await testPack('@csstools/pack-test');