1.1.20 • Published 1 month ago

@tapjs/asserts v1.1.20

Weekly downloads
-
License
BlueOak-1.0.0
Repository
github
Last release
1 month ago

@tapjs/asserts

Tap plugin that adds a heaping pile of assertion methods. Pretty much all of the "test" methods other than t.pass, t.fail, and snapshot methods come from this plugin.

USAGE

This plugin is installed with tap by default. If you had previously removed it, you can tap plugin add @tapjs/asserts to bring it back.

compareOptions

This plugin adds the compareOptions option to the set of fields that can be passed to child tests. You can also set t.compareOptions after the fact.

compareOptions lets you pass options to tcompare to specify the formatting style, diff context lines, and so on.

It can contain the following fields:

  • sort - boolean, sort items alphabetically by key.
  • bufferChunkSize - number of bytes to show on each line when printing buffers, default 32
  • includeEnumerable - boolean, include any and all enumerable properties, including those inherited on the prototype chain. By default, only own properties are shown.
  • includeGetters - boolean, include getter properties.
  • diffContext - how many lines of context to print around changes in diffs, default 10. Note that the test reporter might use more or less than this value when displaying pretty colored diffs.

Assertion Methods

All of the assertion methods are documented on the Assertions class. When this plugin is loaded, these are all present on Test objects.

1.1.20

1 month ago

1.1.19

2 months ago

1.1.18

3 months ago

1.1.17

6 months ago

1.1.16

6 months ago

1.1.15

6 months ago

1.1.14

6 months ago

1.1.13

7 months ago

1.1.12

7 months ago

1.1.11

7 months ago

1.1.10

7 months ago

1.1.9

7 months ago

1.1.8

7 months ago

1.1.7

7 months ago

1.1.6

7 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.0.0-22

8 months ago

0.0.0-21

8 months ago

0.0.0-20

8 months ago

0.0.0-19

8 months ago

0.0.0-18

8 months ago

0.0.0-17

8 months ago

0.0.0-16

8 months ago

0.0.0-15

9 months ago

0.0.0-14

9 months ago

0.0.0-13

9 months ago

0.0.0-12

9 months ago

0.0.0-11

9 months ago

0.0.0-10

9 months ago

0.0.0-9

9 months ago

0.0.0-8

9 months ago

0.0.0-7

9 months ago

0.0.0-6

9 months ago

0.0.0-5

9 months ago

0.0.0-4

9 months ago

0.0.0-3

9 months ago

0.0.0-2

9 months ago

0.0.0-1

9 months ago

0.0.0-0

9 months ago