Skip to content

Commit

Permalink
chore: update map repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ynwd committed Sep 29, 2024
1 parent ff8d42d commit 02a6541
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions core/map/mod.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ Deno.test("Store: destroy map without options", async () => {
}
});

const s = new Store({
owner: "fastrodev",
repo: "store",
path: "modules/store/map.json",
branch: "main",
token,
});
await s.set("exist", true).commit();
// const s = new Store({
// owner: "fastrodev",
// repo: "store",
// path: "modules/store/map.json",
// branch: "main",
// token,
// });
// await s.set("exist", true).commit();
Deno.test("Store: sync exist file", async () => {
const newStore = new Store({
owner: "fastrodev",
Expand Down

0 comments on commit 02a6541

Please sign in to comment.