UNPKG

optioeaque

Version:

Mocha reporter which shows gas used per unit test.

20 lines (18 loc) 297 B
version: 2.1 jobs: unit-test: docker: - image: cimg/node:18.18.0 steps: - checkout - run: name: Install command: npm install - run: name: Test command: npm test workflows: version: 2 build: jobs: - unit-test