es-observable-tests

Unit tests for es-observable

19 个版本
安装
npm install es-observable-tests
yarn add es-observable-tests
pnpm add es-observable-tests
bun add es-observable-tests
README

ECMAScript Observable Tests

To run the unit tests, install the es-observable-tests package into your project.

npm install es-observable-tests

Then call the exported runTests function with the constructor you want to test.

require("es-observable-tests").runTests(MyObservable);
版本列表
0.3.0 2016-06-25
0.2.8 2016-02-15
0.2.7 2016-02-12
0.2.6 2015-12-04
0.2.5 2015-12-02
0.2.4 2015-12-02
0.2.3 2015-12-02
0.2.2 2015-11-13
0.2.1 2015-11-13
0.1.9 2015-11-06
0.1.8 2015-10-30
0.1.7 2015-10-30
0.1.6 2015-09-30
0.1.5 2015-09-29
0.1.4 2015-09-29
0.1.3 2015-09-29
0.1.2 2015-09-11
0.1.1 2015-09-02
0.1.0 2015-09-02