Commit Graph

6 Commits

Author SHA1 Message Date
Paul O’Shannessy 6d2632adae
Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +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
Rubén Norte 665a93eec7
Update Facebook copyright headers (#7589)
* Update Facebook copyright headers

* Update changelog

* Fixed CSS comments

* Fixed change in sourcemap
2019-01-08 17:41:54 +00:00
Nicklas Gummesson 230e593c07 Require an example path for custom snapshot resolver consistency check (#7356) 2018-12-25 15:23:44 +01:00
Rubén Norte a91ea0ea2b
Add missing copyright headers and code of conduct (#7221)
* Add CODE_OF_CONDUCT.md

* Add Facebook copyright headers

* Replace inlined text with snapshot in detect open handles test
2018-10-23 17:57:23 +01:00
Nicklas Gummesson 8eefa9690e Add resolver for custom snapshots paths (#6143)
* Add resolver for snapshot paths

* Remove snapshotResolver from versioned doc

* Simplify resolveSnapshotPath

* Make error feedback more actionable

* Assert test result before snapshot file

Should help troubleshoot failing tests on CI

* Run integration test with correct flags

Same as the base snapshot.test.js

* Add tests for malformed resolver module

* Resolve paths in tests like implementation

To avoid cross-platform mismatches

* Rename integration-tests => e2e

* Fix code review feedback

* Add changelog entry

* Fix review comments for e2e/__tests__/snapshot_resolver.test.js

* Fix prettier error

* Move changelog entry to correct place

* Move up type import above normal imports

* Add consistency check

* Update snapshot_resolver.js
2018-09-26 08:47:28 +02:00