mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-15 00:56:00 +00:00
fix pattern
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"test": "deno test -A --no-check .",
|
"test": "deno test -A --no-check test-*.ts",
|
||||||
"test:local": "deno test -A --no-check test-setup-put-cat.ts test-mirror.ts",
|
"test:local": "deno test -A --no-check test-setup-put-cat.ts test-mirror.ts",
|
||||||
"test:push-pull": "deno test -A --no-check test-push-pull.ts",
|
"test:push-pull": "deno test -A --no-check test-push-pull.ts",
|
||||||
"test:setup-put-cat": "deno test -A --no-check test-setup-put-cat.ts",
|
"test:setup-put-cat": "deno test -A --no-check test-setup-put-cat.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user