@slack/slack-cli-test-utils

v0.1.4
Automated end to end testing utilities for the slack cli

lint

eslint --fix --ext .ts src

test

npm run lint && npm run build && npm run test:mocha && npm run test:types

build

npm run build:clean && tsc

prepare

npm run build

publish

npm publish . --access public

build:clean

shx rm -rf ./build ./coverage ./.nyc_output
npm i @slack/slack-cli-test-utils

Metadata

Downloads