Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ngneat/spectator

🦊 🚀 A Powerful Tool to Simplify Your Angular Tests
https://github.com/ngneat/spectator

refactor(keyboard): set the host element as default

c462c399099522851e07b2924e7963b8db7f27d7 authored almost 7 years ago
docs(changelog): update

fb4c4910971a2220deb7b8f7db3de3e3ca08be05 authored almost 7 years ago
chore(release): 1.1.0

e8e2d91e582e9e42365b8424d63f047d9ef4cce8 authored almost 7 years ago
feat(events): add new helpers method

new methods pressEnter, pressEscape, pressTab, pressBackspace

7665d08c4ed1d9ef3f08ac5aabcc027747177ec7 authored almost 7 years ago
docs(changelog): udpate

f63254731486b77b221818f947df300de2a04a66 authored almost 7 years ago
chore(release): 1.0.1

3163dc3d2a051d5deb342fcbe85d54c59ea65dca authored almost 7 years ago
refactor(internal): getnativeelement should be private

change `getNativeElement()` to be private

656827471d98da965a5a4a8db10bac1aabdc91ff authored almost 7 years ago
Merge branch 'bengry-master'

f775bb5a002fcb49e0b9bc4c6123b2af25ce8c77 authored almost 7 years ago
Added myself to contributors list

d4cffbf9225a3c5a84ccf50680eaa475f7c96f90 authored almost 7 years ago
Fix test to use key instead of keyCode

6798660867fc9d3714df788aa5c12cc6b9ddec54 authored almost 7 years ago
Fix library to allow key OR keyCode for 'dispatchKeyboardEvent'

4d6b097f6c19463093e2745f0d9d4fe20f0eda66 authored almost 7 years ago
Added failing test to toggle using Enter key on ZippyComponent

a2746e0716bc063e8f9fbf03e4c973271469f76c authored almost 7 years ago
Added toggling with Enter key to ZippyComponent

a010a00450442ac50a336df0cee507af8718c1fc authored almost 7 years ago
docs(changelog): update

921fe037f449608654d685d61dcc0347856e9ce1 authored almost 7 years ago
docs(changelog): update

bc0e018cec7646b8a50de958fc0b52270109bc4c authored almost 7 years ago
docs(changelog): update

6c73b2f58ca524800140a3fdc7ac7c60d17cbc76 authored almost 7 years ago
chore(release): 1.0.0

f343d0e405bf57aa75cf22d69cd7016ab4c5e344 authored almost 7 years ago
feat(query): query and queryall now supports more options

query and queryall now accepts component and directive as paramater

BREAKING CHANGE: 1. ByDirec...

a309f3c4620b3b4283d794870c28045e351c3c69 authored almost 7 years ago
docs(changelog): update

960cc50cad3cdd34a51611be24257a44e52ff84b authored almost 7 years ago
chore(release): 0.5.2

cf834daae93f64a6f15d7e63077c8a62322ed1ee authored almost 7 years ago
fix(host): remove unused import

e0e7f28e946c5fbaee8d252351451053a0aef23b authored almost 7 years ago
docs(changelog): update

1bd02dd5e3c337f5b37a38a6206e45092f22f9f9 authored almost 7 years ago
chore(release): 0.5.1

2dc7b186bb8eada68a46c7d854a23a41684e01a6 authored almost 7 years ago
fix(entrycomponents): fix undefined bug

fe921c9090dd9ed323986b6892b0e0e7225e6ce5 authored almost 7 years ago
docs(changelog): update

c8c75c6c2e037cab8409abc27306ad77608d17ff authored almost 7 years ago
chore(release): 0.5.0

2a71dcc1223453e6fb2bfd33d764ca73ed3e12b2 authored almost 7 years ago
feat(components): add support for entry components

you can now pass entryComponents to spectator

#6

8ba68709a9b02130b511b6658b99107233d341d2 authored almost 7 years ago
docs(changelog): update

06d9c53776461860ceb95e3f936c68bb65ea0bd6 authored almost 7 years ago
chore(release): 0.4.2

23664e117173b6250da05762f88ead16a246973f authored almost 7 years ago
fix(host): fix generic type

ebf923b79cf51f6d741c900eea975f414fb5668d authored almost 7 years ago
docs(changelog): update

3c95aa4d8fb7080ff64d5a8889b43b56bb9995e2 authored almost 7 years ago
chore(release): 0.4.1

b9eff4289e261722f09ab8299062d33cfb7a34e6 authored almost 7 years ago
fix(spectator): fix queryall return type

84569432233cfc4868d7844f4cfd212e83e61d67 authored almost 7 years ago
docs(changelog): update

7753a8b369fe0611d72633a0a5931cea5fefc38b authored almost 7 years ago
chore(release): 0.4.0

e9877a1446322b4627bc10b277571d2cc3fa989a authored almost 7 years ago
feat(spectator): support for getting the debug element

query and queryall now support second param for getting the debug element instead the native ele...

5838954c04d43d848110e7ddb40cccd86acf138b authored almost 7 years ago
docs(changelog): update

4160e7d15483cf58d2eff14f0726c1703f1c9ab5 authored almost 7 years ago
chore(release): 0.3.0

882ca85dbe26184def671d7d90885a84c80c21c7 authored almost 7 years ago
feat(host): add the option to pass complex inputs

you can now pass complex inputs as the third param to createhost

#5

45de5e11ca418233639fb9de0b509baff2f8a1e7 authored almost 7 years ago
chore(release): 0.2.2

e4bfcd01a0d3ebb34b7de1e96e28e637510cd2f8 authored almost 7 years ago
docs(readme): udpate readme

e62db6804f988cdfb5e8b7e4c110c068f105ad7a authored almost 7 years ago
docs(readme): update readme

39f2265b15d80dcce1fb0bda4cb62bca856390be authored almost 7 years ago
docs(changelog): update

62095bb8aac5ce26883babb4b068ae1fc512ca6d authored almost 7 years ago
chore(release): 0.2.1

0146ee16794f47b77a674429515c94da082f4219 authored almost 7 years ago
refactor(spectator): add strong typed setInput and output

the string passed to setInput or output is now strongly typed based on the component keys

6ca8f5ee12f8861a2b5d94396bdec62f5d1d21db authored almost 7 years ago
chore(changelog): update change log

8311c950d13123999cc7bb1931b79ae8ba688e77 authored almost 7 years ago
chore(release): 0.2.0

efec370618dbb1d2ce45534b3e26ef277b33889c authored almost 7 years ago
Merge branch 'additional_params'

d5b3c42c36113b9a0958f88e9daa1e42fdf5e853 authored almost 7 years ago
Merge branch 'master' into additional_params

37e22fc443d067cf37141a66a990c03c28337432 authored almost 7 years ago
feat(query): add the option to query by directive

c4a6e63accdba7a74fd40179d7bf644cc970dfe8 authored almost 7 years ago
feat(query): add the option to query by directive

9d54c4212c84cd38402e5a5713dccf1187e5c3e5 authored almost 7 years ago
refactor: export type SpectatorElement + documentation

5acba38d79a615c65b74d4bf91061d6ef9e39ebd authored almost 7 years ago
feat(internals.js): additional parameters for event emitting functions

2f562fb6f05ac3d6d3be3356fd75039d3ce76328 authored almost 7 years ago
chore(release): 0.1.5

1088615f28f980cc4331619f26f2936501d91368 authored almost 7 years ago
fix(click): add an option to pass native element and debug element

fafe43d430b4b3a9e160eee506d80fc59c808ed5 authored almost 7 years ago
docs(changelog): copy changelog to root

d94dbd996f47f1f960ab90c25967087feeb7de80 authored almost 7 years ago
chore(release): 0.1.4

16a24b48b035e3511dcd4e15ce89a2342aa7fdc5 authored almost 7 years ago
fix(host): fix initial module undefined when using host

5c09555927013e5aa9c155d5e264a5525fa7acae authored almost 7 years ago
Update README.md

22860b79147eae5d2a2fa79b02a9bf41d1076cd9 authored almost 7 years ago
Update README.md

9d29f964ab30d4432e6d5661299845608669d241 authored almost 7 years ago
Update README.md

dd2e8cb2e7062f706f052c13b5fc55d4f4901633 authored almost 7 years ago
chore(release): 0.1.3

e3d8aeb301b0fa580bb2d71e562d2bd6c824bc80 authored almost 7 years ago
Merge branch 'master' of github.com:NetanelBasal/spectator

bb48b09ad1e80d802c96ec76b2f1c74397145917 authored almost 7 years ago
fix(host): mark host as optional

834b12f6afaffb03d4405ec46935150cac1fb713 authored almost 7 years ago
Update README.md

77502fab78184a41b1d7eefd46b583b7e1e9d707 authored almost 7 years ago
Update README.md

eb3a9b4c3ece12c5bac6b3e79482084b9951afa2 authored almost 7 years ago
Update README.md

9b7ac085c26a5f022077178f8265592685dc3998 authored almost 7 years ago
Update README.md

1f72dc5bc9f8efe91c9aed6b113f0dbeb3cf149c authored almost 7 years ago
Update README.md

429873294ab349f953cddca6e216be1aa3ab9629 authored almost 7 years ago
Update README.md

37316cb743806eb2bd0bea99bef39713c7dca429 authored almost 7 years ago
Update README.md

31f6d58049c62d233dcf1310c3321ddfdb8af088 authored almost 7 years ago
chore(version): bump version

f1a8dba622b73757b257ce4f56c57fd8f7091e7a authored almost 7 years ago
Merge branch 'master' of github.com:NetanelBasal/spectator

566dcda435dd97e452084b48c0ba66d051173f3c authored almost 7 years ago
chore(release): 0.1.0

5e89561f51bbea624a265657859a152661ac90f1 authored almost 7 years ago
Update README.md

b140df6f550e4c841fe028d65d7c2c3e074823bd authored almost 7 years ago
feat(lib): initial commit

3ee4f75f3bdc031161712bc44b3907a9cbc6ec17 authored almost 7 years ago
feat(lib): initial commit

50436008d79e08de57bb1b416f2e26583c1ab36b authored almost 7 years ago
feat(lib): initial commit

6f1ba2dcafa5f895055520a902bcfa736a887b40 authored almost 7 years ago
Add @NetanelBasal as a contributor

8b8044879fa4402f9604f6f8ec1d4fafa9a9f445 authored almost 7 years ago
Add @valburyakov as a contributor

f3a1dcca7653c153f5d4ec6fe0457312043e6e12 authored almost 7 years ago
Add @theblushingcrow as a contributor

ff1e5fd756b46c6ac4736d5d2f5bf9200907fa6f authored almost 7 years ago
before

60c286904b9a79c0d45a908ade147fc7f8c2f26a authored almost 7 years ago
chore: initial commit from @angular/cli

_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _...

996cf15129d5eb5c2d3975ddbe312198408227df authored almost 7 years ago
Update README.md

6ffb6ffb81d7d9c2b481d5a5b81c8adc96399e5f authored almost 7 years ago
Update README.md

7421968995e4aae2c427bc22c8c667c83fb74779 authored almost 7 years ago
Update json

71272f4a9509e2d3e8e66bbd3c61a6fe5e9f8840 authored about 7 years ago
fix: dummy commit

ec4b6bdd06a9dae56ec6e85d113682533a2c485d authored about 7 years ago
feat(Testing directives):

d825d965ad9510e752f6ce978e5914ffa7e96d8f authored about 7 years ago
refactor(change node version):

5adf45c5b48bcbc5f7bc8cf739a7457d0edaca97 authored over 7 years ago
refactor(tests):

90abc3a1a432fe86101f27b2e02753a2c743b522 authored over 7 years ago
fix(expose host component):

a9f71fb9d00f59bb1ba5584f10921d37dd15bfff authored over 7 years ago
refactor(tests services):

d713602fe6b7a4387e1cd7e43e14268659aed97c authored over 7 years ago
ci(add travis file):

e16e138f981fc28b5a0065b42068bd562c017f59 authored over 7 years ago
feat(services): Testing services with and without a mock

You can also provide `jasmine.createSpyObj()` as mock

dccdbbe585023beaf2a8791157808a1c3a940ea4 authored over 7 years ago
Update README.md

a779e00f994753120c5caec97f355c74cd41c555 authored over 7 years ago
Merge branch 'master' of https://github.com/NetanelBasal/ngx-easy-test

065d697ba1260fcf3beeb0d8456b23d042fff5b3 authored over 7 years ago
Fix jasmine custom matchers types

eb25685d95ed5133a95f57eb265c9afec75e6371 authored over 7 years ago
Update README.md

f3db34910ebe78c6c09ee337baccf10ea881fee5 authored over 7 years ago
Update README.md

535264877c631e9f6615f158f5bec94ca5f9e602 authored over 7 years ago
Init - beta

1bde4cf6ed0259d440836b8ad256dc343241508e authored over 7 years ago