automerge/javascript/test
Alex Good 9271b20cf5 Correct logic when skip = B and fix formatting
A few tests were failing which exposed the fact that if skip is `B` (the
out factor of the OpTree) then we set `skip = None` and this causes us
to attempt to return `Skip` in a non root node. I ported the failing
test from JS to Rust and fixed the problem.

I also fixed the formatting issues.
2023-02-14 17:21:59 +00:00
..
legacy automerge-js: Add prettier 2022-12-22 17:33:14 +00:00
basic_test.ts Correct logic when skip = B and fix formatting 2023-02-14 17:21:59 +00:00
extra_api_tests.ts automerge-js: Add backwards compatibility text layer 2023-01-10 12:52:21 +00:00
helpers.ts automerge-js: Add prettier 2022-12-22 17:33:14 +00:00
legacy_tests.ts Use Automerge::load instead of load_incremental if empty 2023-02-03 10:01:12 +00:00
stable_unstable_interop.ts Improve typescript types (#508) 2023-01-27 17:23:13 +00:00
sync_test.ts automerge-js: Add prettier 2022-12-22 17:33:14 +00:00
text_test.ts automerge-js: Add backwards compatibility text layer 2023-01-10 12:52:21 +00:00
text_v1.ts automerge-js: Add backwards compatibility text layer 2023-01-10 12:52:21 +00:00
uuid_test.ts automerge-js: Add prettier 2022-12-22 17:33:14 +00:00