Allow parsing of the module assertion attributes in the import statement
Type check values
Extends Chai with assertions for the Sinon.JS mocking framework.
Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK
Dead simple Object schema validation
Chain Jest matchers together to create one powerful assertion
Extends Chai with assertions about promises.
Extends Chai with lint-friendly terminating assertions.
Chai assertions for comparing arbitrary-precision integers using the bignumber.js library
strings comparison matchers for chai
Chain functions, generators, Node streams, and Web streams into a pipeline with backpressure support.
HANDLE CONFIGURATION ONCE AND FOR ALL
Extends Chai with lint-friendly terminating assertions
Transform the Import Attributes proposal (`import ... from '...' with { ... }`) to the previous version known as Import Assertions (`import ... from '...' assert { ... }`).
Chai assertions for comparing arbitrary-precision decimals using the bignumber.js library
A library for finite automata and regular expressions in the context of JS RegExp
Do things in development and nothing otherwise
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](https://tapjs.github.io/tapjs/modules/_tapjs_snapshot.html) come from this plugin.
An assertion library for use with CDK Apps
Testing Matchers for Enzyme
Change assertions for the Chai assertion library
A library to find JS RegExp with super-linear worst-case time complexity for attack strings that repeat a single character.
A utility for managing a prototype chain
date / time comparison matchers for chai
== DESCRIPTION: BlockChainable is a module to aid in the creation of Domain Specific Languages using block structure. By including BlockChainable into your classes, you will be able to instantiate that class using the class name itself, followed by any parameters to be passed to initialize, followed by a block to be executed within the instantiated class. BlockChainable also allows methods to search up the chain of classes, meaning that although a block is executed in the scope of the instantiated class, any methods not found in the class but found in a class "up-scope" will be called successfully on the up-scope class. This chaining of method calls allows you to assert values within the blocks as well as calling any other methods from "up-scope" classes. == FEATURES/PROBLEMS:
== DESCRIPTION: BlockChainable is a module to aid in the creation of Domain Specific Languages using block structure. By including BlockChainable into your classes, you will be able to instantiate that class using the class name itself, followed by any parameters to be passed to initialize, followed by a block to be executed within the instantiated class. BlockChainable also allows methods to search up the chain of classes, meaning that although a block is executed in the scope of the instantiated class, any methods not found in the class but found in a class "up-scope" will be called successfully on the up-scope class. This chaining of method calls allows you to assert values within the blocks as well as calling any other methods from "up-scope" classes. == FEATURES/PROBLEMS:
No description provided.
No description provided.