Write Beautiful Specs with Custom Matchers
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install jasmine-expect --save
npm install
npm test
- add-matchers: Write useful test matchers compatible with Jest and Jasmine.
- @types/jest: TypeScript definitions for Jest
- @types/node: TypeScript definitions for Node.js
- codeclimate-test-reporter: Code Climate test reporter client for javascript projects
- globby: User-friendly glob matching
- jasmine-core: Official packaging of Jasmine's core files for use by Node.js projects.
- jest: Delightful JavaScript Testing.
- karma: Spectacular Test Runner for JavaScript.
- karma-browserstack-launcher: A Karma plugin. Launch any browser on BrowserStack!
- karma-chrome-launcher: A Karma plugin. Launcher for Chrome and Chrome Canary.
- karma-cli: The Karma command line interface.
- karma-coverage: A Karma plugin. Generate code coverage.
- karma-firefox-launcher: A Karma plugin. Launcher for Firefox.
- karma-jasmine: A Karma plugin - adapter for Jasmine testing framework.
- karma-nested-reporter: Easier to read test output with nested describe and it blocks.
- npm-run-all: A CLI tool to run multiple npm-scripts in parallel or sequential.
- prettier: Prettier is an opinionated code formatter
- rimraf: A deep deletion module for node (like
rm -rf
) - saucelabs: A wrapper around Sauce Labs REST API
- ts-jest: A preprocessor with source maps support to help use TypeScript with Jest
- ts-loader: TypeScript loader for webpack
- tslint: An extensible static analysis linter for the TypeScript language
- typescript: TypeScript is a language for application scale JavaScript development
- webpack: Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
- webpack-cli: CLI for webpack & friends
MIT