UNPKG

wspromisify

Version:

Wraps your WebSockets into Promise-based class with full d.ts typings on client & server

20 lines (18 loc) 372 B
version: 2 jobs: build: working_directory: ~/test docker: - image: circleci/node steps: - checkout - run: name: install command: npm i - run: name: npm test command: | nodejs -v npm -v npm run lint npm run test:report