From b6fc06403defc6600c21c54e987b84dbbb248a43 Mon Sep 17 00:00:00 2001 From: stefnotch Date: Tue, 5 Nov 2024 03:39:42 +0100 Subject: [PATCH] Updates --- README.md | 1 + deno.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40bd6c41..97111e83 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,6 @@ You get only that function and its references, not the whole file. Deno is used for almost everything. - `deno install` for setup - `deno lint` for linting +- `deno fmt` for formatting - `deno test --allow-read` to run the unit tests - To update the snapshots, run `deno test --allow-all -- --update` \ No newline at end of file diff --git a/deno.json b/deno.json index 46413ae2..0c2cf0e9 100644 --- a/deno.json +++ b/deno.json @@ -8,7 +8,7 @@ "@std/expect": "jsr:@std/expect@1", "@std/testing": "jsr:@std/testing@1", "vitest": "./testlib/mod.ts", - "wesl-testsuite": "../../wesl-testsuite/src/index.ts" + "wesl-testsuite": "../wesl-testsuite/src/index.ts" }, "workspace": [ "./mini-parse",