Skip to content

Commit

Permalink
update store to use cb
Browse files Browse the repository at this point in the history
add tests for cookiejar
  • Loading branch information
bluescorpian committed Oct 31, 2024
1 parent 4e00172 commit d53c4a8
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 69 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"configurations": [
{
"request": "launch",
"name": "Launch Program",
"name": "Debug Store Test",
"type": "node",
"program": "${workspaceFolder}/mod_test.ts",
"program": "${workspaceFolder}/store_test.ts",
"cwd": "${workspaceFolder}",
"env": {},
"runtimeExecutable": "/home/harry/.deno/bin/deno",
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bluescorpian/tough-cookie-deno-kv-store",
"version": "0.1.1",
"version": "0.2.0",
"exports": "./store.ts",
"tasks": {
"dev": "deno test --unstable-kv --watch"
Expand Down
Loading

0 comments on commit d53c4a8

Please sign in to comment.