should-equal

WebJar for should-equal

Лицензия

Лицензия

MIT
Группа

Группа

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

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

should-equal
Последняя версия

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

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

should-equal
WebJar for should-equal
Ссылка на сайт

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

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

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

https://github.com/shouldjs/equal

Скачать should-equal

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : should-type jar [1.4.0,2)

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

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

equal

Build Status

Deep equality comparison implementation for should.js. Not supported outside of should.js

Function returns an array of failed equality checks if array is empty it means objects are equal:

> var eq = require('.');
undefined
> var a = {a:1,b:2,c:3,d:4,e:5,f:6,g:7,h:8,i:9,j:10},
... b = {a:1,b:2,c:3,d:4,e:5,f:6,g:7,h:7,i:9,j:10};
undefined
> eq(a, b)
[ EqualityFail {
    a: 8,
    b: 7,
    reason: 'A is not equal to B',
    path: [ 'h' ],
    showReason: false } ]
>  
org.webjars.npm

Should.js assertion library

BDD style assertions for node.js and browser

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

Версия
2.0.0