Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 3.01 KB

DEPENDENCIES.md

File metadata and controls

58 lines (46 loc) · 3.01 KB

jasmine-expect

Write Beautiful Specs with Custom Matchers

Installation

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

Tests

npm install
npm test

Dependencies

  • add-matchers: Write useful test matchers compatible with Jest and Jasmine.

Dev Dependencies

  • @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

License

MIT