tap-spec

WebJar for tap-spec

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

tap-spec
Последняя версия

Последняя версия

5.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

tap-spec
WebJar for tap-spec
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/scottcorgan/tap-spec

Скачать tap-spec

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/tap-spec/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>tap-spec</artifactId>
    <version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/tap-spec/
implementation 'org.webjars.npm:tap-spec:5.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/tap-spec/
implementation ("org.webjars.npm:tap-spec:5.0.0")
'org.webjars.npm:tap-spec:jar:5.0.0'
<dependency org="org.webjars.npm" name="tap-spec" rev="5.0.0">
  <artifact name="tap-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='tap-spec', version='5.0.0')
)
libraryDependencies += "org.webjars.npm" % "tap-spec" % "5.0.0"
[org.webjars.npm/tap-spec "5.0.0"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.webjars.npm : lodash jar [4.17.10,5)
org.webjars.npm : tap-out jar [2.1.0,3)
org.webjars.npm : through2 jar [2.0.0,3)
org.webjars.npm : repeat-string jar [1.5.2,2)
org.webjars.npm : pretty-ms jar [2.1.0,3)
org.webjars.npm : figures jar [1.4.0,2)
org.webjars.npm : chalk jar [1.0.0,2)
org.webjars.npm : duplexer jar [0.1.1,0.2)

Модули Проекта

Данный проект не имеет модулей.

tap-spec NPM version NPM download count

Formatted TAP output like Mocha's spec reporter

iterm - 2 bash - may 29 2015 at 10 17 am screen shot

Install

npm install tap-spec --save-dev

Usage

Streaming

var test = require('tape');
var tapSpec = require('tap-spec');

test.createStream()
  .pipe(tapSpec())
  .pipe(process.stdout);

CLI

package.json

{
  "name": "module-name",
  "scripts": {
    "test": "node ./test/tap-test.js | tap-spec"
  }
}

Then run with npm test

Terminal

tape test/index.js | node_modules/.bin/tap-spec

Testling

npm install testling -g
testling test/index.js | node_modules/.bin/tap-spec

Версии библиотеки

Версия
5.0.0