UNPKG

global-error-handler

Version:

This package is for handling error in any type of Javascript application in an aspect oriented way.

17 lines 306 B
version: 2.1 orbs: node: circleci/node@1.1.6 jobs: build-and-test: executor: name: node/default steps: - checkout - node/with-cache: steps: - run: npm install - run: npm test workflows: build-and-test: jobs: - build-and-test