Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnotch committed Nov 5, 2024
1 parent 82279ff commit b6fc064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b6fc064

Please sign in to comment.