Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

angularjs-testbed

vsternbach250MIT0.3.3TypeScript support: included

Testing abstraction library inspired by @angular/core/testing for angularjs projects written in typescript with decorators

angular testbed, angular-testbed, jasmine, karma, testing, testbed, angularjs-testbed, component testing, anguarjs testing

readme

angularjs-testbed

Testing abstraction library inspired by @angular/core/testing for angularjs projects written in typescript with decorators

Documentation

Please see angular testing guide to see how to do testing of angularjs project using this library

Dependencies

This library is using angular.element for querying DOM elements, so even if you are not using jquery in your angularjs project you need to install it as devDependency

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.3 (2018-08-05)

Bug Fixes

  • ComponentFixture: get componentInstance with element.controller (fb42683)

0.3.2 (2018-08-02)

Bug Fixes

  • test: add jquery as devDependency (095496b)

0.3.1 (2018-07-31)

Bug Fixes

  • build: remove jquery as peerDep and add @types/jquery (8c4fd8f), closes #1

0.3.0 (2018-04-19)

Features

  • TestBed: add compileComponents and get methods (e6c57af)

0.2.5 (2018-04-14)

Bug Fixes

  • build: fix peerDependencies (9dc0d99)

0.2.4 (2018-04-14)

Bug Fixes

  • DebugElement: fix declaration export (750ae2b)

0.2.3 (2018-04-14)

Bug Fixes

  • DebugElement: fix query method (a878866)

0.2.2 (2018-04-14)

Bug Fixes

0.2.1 (2018-04-14)

Bug Fixes

  • build: update peer, dev and deps (55164f0)

0.2.0 (2018-04-13)

Features

  • build: add TestBed class (0cdf891)

0.1.5 (2018-02-01)

Bug Fixes

  • build: remove uglifyjs step from build (2cad636)

0.1.4 (2018-02-01)

0.1.3 (2018-02-01)

0.1.2 (2017-12-28)

0.1.1 (2017-12-28)