Commit Graph

6 Commits

Author SHA1 Message Date
Bruno Farias 3e86cf32d2
feat: `--filter` module returns array of strings, not objects (#13319) 2023-11-16 15:01:59 +01:00
Simen Bekkhus 8cc8daef4b
chore: prefer `.includes` over `indexOf` (#14524) 2023-09-14 15:13:41 +02:00
Paul O’Shannessy 6d2632adae
Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +01:00
Simen Bekkhus 244f7dc731
chore: update to prettier@2 (#9692) 2020-03-23 20:56:37 +01:00
Mark Pedrotti e740de246b chore: Make sure copyright header comment includes license (#8783)
* chore: Make sure copyright header comment includes license

* Add period at end of copyright line in checkCopyrightHeaders.js :)

* Update CHANGELOG.md
2019-08-06 09:59:16 +01:00
scotthovestadt 4a57c24026
Filter API pre-filter setup hook. (#8142)
* Filter API pre-filter setup hook.

* Ensure filter API setup Promise resolves before filtering.

* Pass through wrapped filter to avoid including it twice.

* Resolve lint error.

* Fix unit test for Node v6.

* Update changelog.

* Add tests and improve behavior for errors in filter and setup filter.

* Resolve lint error.

* Update CHANGELOG.md

* Fix broken filter test in Node 6.
2019-03-19 10:49:05 -07:00