We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887394c commit 16e766cCopy full SHA for 16e766c
test/nested.spec.ts
@@ -265,7 +265,7 @@ describe("Nested Database", () => {
265
expectNestedMapEqual(actual, ref);
266
});
267
268
- it("get a moved nested value", async () => {
+ it("preserve order when getting from root", async () => {
269
await db.put("a/key0", "value0");
270
await db.put("a/key1", "value1");
271
await db.put("a/key2", "value2");
0 commit comments