diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-04-10 10:28:56 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-04-10 10:51:24 +0100 |
commit | 52d992c7e82a87b6a6d430ce565fad14ed7952c6 (patch) | |
tree | a0bb28080358bc46569f01e18e59a1a9b656beff /deno.jsonc | |
parent | c7a77c9c0ce1731e4c849556777465d0b789a955 (diff) | |
download | gleam_stdlib-52d992c7e82a87b6a6d430ce565fad14ed7952c6.tar.gz gleam_stdlib-52d992c7e82a87b6a6d430ce565fad14ed7952c6.zip |
PMap property test
Diffstat (limited to 'deno.jsonc')
-rw-r--r-- | deno.jsonc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deno.jsonc b/deno.jsonc new file mode 100644 index 0000000..6cb36e8 --- /dev/null +++ b/deno.jsonc @@ -0,0 +1,10 @@ +{ + "tasks": { + "test": "deno test" + }, + "test": { + "files": { + "exclude": ["src/", "build/"] + } + } +} |