Skip to content

Commit

Permalink
remove tap
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Mar 10, 2024
1 parent bf70ab7 commit ad91493
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 78 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# pino-abstract-transport
[![npm version](https://img.shields.io/npm/v/pino-abstract-transport)](https://www.npmjs.com/package/pino-abstract-transport)
[![Build Status](https://img.shields.io/github/workflow/status/pinojs/pino-abstract-transport/CI)](https://github.com/pinojs/pino-abstract-transport/actions)
[![Coverage Status](https://coveralls.io/repos/github/pinojs/pino-abstract-transport/badge.svg?branch=master)](https://coveralls.io/github/pinojs/pino-abstract-transport?branch=master)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)

Write Pino transports easily.
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Write Pino transports easily",
"main": "index.js",
"scripts": {
"test": "standard | snazzy && tap test/*.test.js && tsd",
"test-ci": "standard | snazzy && tap test/*.test.js --coverage-report=lcovonly && tsd"
"test": "standard | snazzy && c8 node --test test/*.test.js && tsd",
"test-ci": "npm test"
},
"repository": {
"type": "git",
Expand All @@ -27,10 +27,11 @@
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@matteo.collina/tspl": "^0.1.1",
"@types/node": "^20.1.0",
"c8": "^9.1.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.30.0"
},
"tsd": {
Expand Down
Loading

0 comments on commit ad91493

Please sign in to comment.