Ecosyste.ms: OpenCollective

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

github.com/hapijs/lab

Node test utility
https://github.com/hapijs/lab

Document new promise support

3a096e6babae15013d0bfe713633fe527716b647 authored almost 9 years ago
Fix two bugs related to naming setup, teardown and test functions at the root level

5ed740c2e00f13ff9f1c5211891908c94626707f authored almost 9 years ago
Implement promise support for setup, teardown and test functions

64d4928c06596f2fca4fdecff9703335a6034e68 authored almost 9 years ago
Implement tests for supporting promises for setup, teardown and test functions

83ab77dc7481d5c04c606693289589debd9c93de authored almost 9 years ago
Move json error test out

e720c01ac07c291b0a5ad62515eb9a1b03ee6605 authored almost 9 years ago
Flaky test

3e14d48960b5ca69e7a5f4c3e482090af7f37a9e authored almost 9 years ago
Merge pull request #534 from rluba/fix/multiple_only_error_with_multiple_outputs

Fix "multiple only" error with multiple outputs

06c5818181374dcfcb70c68bed653c7385e54c97 authored almost 9 years ago
Fix missing newline for "multiple only" error

79e1841fe5b0aa4c887c1eb9ece8d1f0061ee8ec authored almost 9 years ago
Fix reporting the "multiple only" error for various multi-reporter scenarios

ab9b2495ba2601a8ba12673c1a0178dcb0a4e187 authored almost 9 years ago
Add another test for having no console reporter

9e6eaa901f70a8e4be696c040c3db511ef393267 authored almost 9 years ago
Add failing tests for the "multiple only" error when using multiple reporters.

3e863ce14a0d91ac3b54ade294a972c6209a32e5 authored almost 9 years ago
Fix flaky test

0257e942fd2e5387c4ede93b63ae9d0cf07aaa1a authored almost 9 years ago
Merge pull request #533 from rluba/patch-1

Update readme for global only

3bb09a0783b30b7429151a8fa3634ba844369f8e authored almost 9 years ago
Update readme for global only

I forgot to update the readme as part of #527.

I’ve also added a section to document that one...

d7e28914a5829bad87dbfa5086827def9456a25c authored almost 9 years ago
Merge pull request #532 from geek/master

Lint tests

6e7229a6ea4c7393d31691c47de2785d1293f020 authored almost 9 years ago
Lint tests

99593d70d5be4487c413232ce8d769bb276c65db authored almost 9 years ago
version 10.0.0

8739a3a7145ca221e2cfa19d31a7f0013b825ff8 authored almost 9 years ago
Merge pull request #529 from geek/master

Fix test

7b806a3e0426b270386f73a5d701efa6d8526461 authored almost 9 years ago
Fix test

8028fd58ff2335ecf1d00de683a9acc0aeed3125 authored almost 9 years ago
Merge pull request #527 from rluba/feature/global_only

Global "only" (#524)

55e59e5b75ca59390e713f90017623a5d1e7915e authored almost 9 years ago
Fix wrong case in require

=> threw on case-sensitive file systems

f85de0e4184b4eff2b4fce7efd77562ddd42f1b3 authored almost 9 years ago
Fix missing experiment path suffix in "multiple only" error message

0da89948d99327c5b83913176464098fdebfe1a2 authored almost 9 years ago
run_cli: Move `labPath` to `internals`

e56b12549f2f22f80a4bb913197c388c6c5109e2 authored almost 9 years ago
Report an error if more than one `only` is found & clarify `onlyNodes[0]`

ac20bdaee8b2bda5b0c7c208ee2d24f715037fb1 authored almost 9 years ago
Fix several whitespace style issues in test files

2640ec0c584aac321d541e3d0c62d688430c09b7 authored almost 9 years ago
Add runner test for reporting an error on multiple "only"s

6669346b6465f7163d6235d2e97db827bd6aebd8 authored almost 9 years ago
Convert `run_cli` to callback pattern and use array syntax for `contain` where applicable

710e4dfe7397462fbcf6543cfaa3eb5e04efba33 authored almost 9 years ago
Shorten name of "skip everything" function

ca91119fee31eef8355fd53a1c49ab04e1c18528 authored almost 9 years ago
Use `Hoek.flatten` instead of `reduce`

73e7843ea79dbac65d9b8ea2a75fd613c627aa45 authored almost 9 years ago
Merge pull request #528 from jdsingh/patch-1

fixed typo

b56cac853f9a5fee7e7f0b41d1f9ad89d592ae22 authored almost 9 years ago
fixed typo

de09ba7da37191959c77c8df34377dde9ebdf74d authored almost 9 years ago
Rename `run_lab` to `run_cli`

60373a281d996d405c700b037b05e46719f372e7 authored almost 9 years ago
Add several runner tests for "only"

a2473283f960bb33f6d97daf77a307f268328682 authored almost 9 years ago
Implement global "only"

f38a638f7f2786aba0492322c90bf4c7ba1fb440 authored almost 9 years ago
Remove old `only` file

…because it breaks the old test suite once global only is implemented

1dcd68ea7afe3bd29b9b200811bb26c8db071ba7 authored almost 9 years ago
Console reporter: Output number of skipped tests

d9dde9998fe05c91672a6f16d7026bd823c1115e authored almost 9 years ago
Add several tests for converting "only" to work globally

271e3e37e48828f33a18464094d0b52d2c4d5b86 authored almost 9 years ago
cli tests: Use `runLab` to remove > 500 loc boilerplate + improve several test assertions

734fd8bae583c975250469f71c8e75535b3f6243 authored almost 9 years ago
Define a helper for running the lab CLI to reduce test boilerplate

80e9a04cb8c9a6696ee5c440f5188f5a678185f2 authored almost 9 years ago
version 9.1.0

fbd459675a857bf3ff9328969fda4fbc2fd7427a authored almost 9 years ago
Merge pull request #525 from geek/master

Support shuffling execution of scripts

8da782b5561619753cec5da876b19450a0d1d43c authored almost 9 years ago
Ensure randomness in test

9e336a05ac9931ce7621623cb3c107e5b3e92f6e authored almost 9 years ago
Support shuffling execution of scripts

e8c170f2919820e8780b15ec4c304c666febd542 authored almost 9 years ago
version 9.0.0

0d90b99db976558a946c68cc8de7293d72dedb9f authored almost 9 years ago
Merge pull request #522 from geek/nohint

Remove jslint and support custom linters

b640d768a9264efdd67afe7f0975207035234744 authored almost 9 years ago
Remove jslint and support custom linters

941ebd77c1fdd961aa2fe51126981e62b06ae02e authored almost 9 years ago
version 8.4.0

60a63403bda59920fbe2d0f43b2c4e748f08760b authored almost 9 years ago
Merge pull request #521 from rluba/fix/coverage_trailing-function-declaration

Fix coverage of trailing function declaration

663db6e3b17f9e05edd804e5281ee34479137eff authored almost 9 years ago
Merge master into fix/coverage_trailing-function-declaration

# Conflicts:
# test/coverage.js

7505687b8fd0cd51f2bd0531bbe53e40c2c69381 authored almost 9 years ago
Merge pull request #520 from rluba/fix/single-line_functions

Fix coverage report for single-line functions and single-expression arrow functions

7a316ef146571c19e837d0fd318fe69e37477a31 authored almost 9 years ago
Update test name to be consistent with the others

2413763ee17fc3831094cda0db63e709c083a46c authored almost 9 years ago
Fix: Function declarations itself should not be tracked

They don’t need to be "executed" due to hoisting so adding coverage tracking code there creates ...

2ba2d72d876f2a7075f2f565ba5538459cd07d8b authored almost 9 years ago
Add failing test for reporting coverage on trailing function declarations

The current coverage code incorrectly reports lines 14 and 21 as "not covered"

82268adc08930badd2a6ce0bdbe4718c067e170c authored almost 9 years ago
Add test for detecting partially covered arrow expressions

… as suggested by @gergoerdosi. Works as expected.

c2c3595108480b44c043ec2ee2c4772dd2ecd955 authored almost 9 years ago
Fix #274: lab coverage report for single-line function expressions

0bf75e8c4553aa05077a331eeac2a509b6407e81 authored almost 9 years ago
Add coverage test for another kind of single-expression arrow function

742a7498131ed06ce7b371586332f416d43d5c62 authored almost 9 years ago
Fix coverage reporting for single-expression arrow functions

dba48971846f5d4c7dc06e1589349a5e1771008e authored almost 9 years ago
Add a multi-statement function that’s also not recognized as being uncovered

31afe72c18ea7ee987884621c2a80530464e103c authored almost 9 years ago
Add failing test for reporting coverage on single-line functions

4e2a288177d9f418535c3221d2a06fc8828e67e5 authored almost 9 years ago
version 8.3.0

a02806706efc5cdbbc475b403bdba2a15049f898 authored almost 9 years ago
Merge pull request #519 from cjihrig/master

update to [email protected]

40051a7eb9990e263f4f425361f1fc0d05a2a0dd authored almost 9 years ago
update to [email protected]

08eb7d6510018a619951c648b4b14d3c78501904 authored almost 9 years ago
version 8.2.0

ec54d85112abb4c90a235bea41b19ce449dd2717 authored about 9 years ago
Merge pull request #516 from cjihrig/espree

upgrade to [email protected]

a9e459b73a128619ebab64fd8c2e4f8254e607b6 authored about 9 years ago
upgrade to [email protected]

6ee2c7abf6c2fc756e1c0183b301886bf8822230 authored about 9 years ago
version 8.1.0

8c14b33ccd73fb918b3c91c4f5690913fd3c8296 authored about 9 years ago
Merge pull request #515 from hapijs/spread

enable parsing the spread operator

70ba674f9e8f949748246cf3670c20b4f08d664e authored about 9 years ago
enable parsing the spread operator

closes #514

c6272dd1bf3fadf0d07b7fd588c5018fa789e3bf authored about 9 years ago
Merge pull request #513 from maxbeatty/lint-markdown

lint JS in Markdown files

451e99ea4516272cbd6c670b41a01bddbb0512e9 authored about 9 years ago
lint JS in Markdown files

cf195bae3837debf60df2e46c3a2ca385e7f9e49 authored about 9 years ago
Merge pull request #512 from maxbeatty/transform-coffee-example

add example of transforming CoffeeScript to README

1f491ee6c9b3e7cbf345781df57f8772db8d5f61 authored about 9 years ago
add example of transforming CoffeeScript to README

58ce1e4a3ad8a49df712dfd8be20f3a046ab88f6 authored about 9 years ago
version 8.0.2

87e5c56d8a1e84cc99238d518a44ebc8b6b71edb authored about 9 years ago
Merge pull request #510 from tjmehta/proxyquire-coverage-fix

Fix coverage when require cache is reset

cd640d57519f973e4eb4dc84adfbe7551e0eea44 authored about 9 years ago
Fix coverage when require cache is reset

62a0cdb76b75939a5cd756862afc59cbe4c83fc5 authored about 9 years ago
Document coverage-exclude use

Closes #508

8e61f460e4a3a8cd484996eea2b49deb64ba6fb7 authored about 9 years ago
version 8.0.1

5b023ecc5eb7693373d9b927a53c48182e1dad6e authored about 9 years ago
Merge pull request #503 from oparamo/fix/eslint-format-support

Fix eslint configuration file format support.

d4b26769b1c790d57377dadc4cae1819da6bc6cc authored about 9 years ago
Use .eslintrc.js in eslint test instead of .eslintrc

08a34f8433eab1755652e84aeda99638efc4aacd authored about 9 years ago
Default to .eslintrc.js instead of .eslintrc when usint eslint.

093f5e3f50edd93884ccdfc0112017ed882a8df2 authored about 9 years ago
Fix eslint config file checks.

076d48f824cbe83d5d115a6a325cdbf8a19892e4 authored about 9 years ago
Merge pull request #500 from thephilip/master

fix diff text visibility for console reporter

ee2e2be3699a4cf9c2df2ad11762f994fe305e2e authored about 9 years ago
remove trailing space after fi conditional

9ddd2565d455d3ec86e024aecc445f2d422f8afb authored about 9 years ago
make conditional comply with style guidelines

42e7ad45186ed7d269e53747e0f3bbf7c77f0230 authored about 9 years ago
refactor internals.color conditional

835571c191a57272a01f159c219203064482e619 authored about 9 years ago
update ANSI code for Linux console

Tested with xterm and cmd/cygwin now. Untested with Terminal.app (OSX).

c4c79b224980c288995a9de0554486faaba527f3 authored about 9 years ago
remove unused variables (redBg and greenBg)

CI tool was complaining about initialized variables being unused. Removed them.

49fccf751c9e52694079b68226c37c8aae468423 authored about 9 years ago
fix diff text visibility

d71a7cfc4978daecfd757657b6977116b8180da5 authored about 9 years ago
version 8.0.0

90932a445feafa10d979c72c11b532dc22355059 authored about 9 years ago
Merge pull request #498 from geek/master

Update dependencies

c88887d3a3da034d4340a74589d4e6bbdb765e12 authored about 9 years ago
Update dependencies

9bbf626a85683a4dabf64963a9cc5fdd4cc1c19c authored about 9 years ago
Merge pull request #496 from cjihrig/lint

update to [email protected]

917a1961b7baf80d8127dfd57677a69b81625986 authored about 9 years ago
update to [email protected]

c544600ebcfb75c7f3fd046a24a963d14ca90387 authored about 9 years ago
Merge pull request #495 from PledgeIt/master

Add objectLiteralShorthandMethods to supported ES6 features

f8caff307beee098969732610ae1fc277cfb7003 authored about 9 years ago
Add objectLiteralShorthandMethods to supported ES6 features

42048ed92d11d1ca27a3ccc564a5f2082bd587ad authored about 9 years ago
Merge pull request #492 from geek/master

Update dependencies items and eslint

fb08d2222828bf6626ec8d09f62777afdbe4d72d authored about 9 years ago
Update dependencies items and eslint

4e21e91135f887a6755ac24b751c92d1e3c05574 authored about 9 years ago
Merge pull request #487 from hapijs/es6-docs

Es6-ify the README examples

d6155938c73788116a525a5a0079ad492bee56e2 authored about 9 years ago
Es6-ify the README

f180632d8518f37f9c674200feb0837637bc957a authored about 9 years ago
Merge pull request #486 from fscherwi/patch-1

README.md move to svg build image

4d503451e5b2ecf27a1fcb0abf5bb002d561dfce authored about 9 years ago