Skip to content

Commit

Permalink
test: enable compatibility test (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n committed May 21, 2024
1 parent c8bbb43 commit 6d5083c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion loro-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vitest/ui": "^1.0.4",
"esbuild": "^0.18.20",
"eslint": "^8.46.0",
"loro-crdt-old": "npm:loro-crdt@0.15.4",
"loro-crdt-old": "npm:loro-crdt@=0.16.0",
"prettier": "^3.0.0",
"rollup": "^3.20.1",
"rollup-plugin-dts": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion loro-js/tests/compatibility.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
import * as OLD from "loro-crdt-old";

// TODO: This is skip because we know it will fail for the current version as we've introduced BREAKING CHANGES on the serialization format
describe.skip("compatibility", () => {
describe("compatibility", () => {
it("basic forward compatibility on exportFrom", () => {
const docA = new Loro();
docA.getText("text").insert(0, "123");
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d5083c

Please sign in to comment.