aboutsummaryrefslogtreecommitdiff
path: root/deno.jsonc
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-04-10 10:28:56 +0100
committerLouis Pilfold <louis@lpil.uk>2023-04-10 10:51:24 +0100
commit52d992c7e82a87b6a6d430ce565fad14ed7952c6 (patch)
treea0bb28080358bc46569f01e18e59a1a9b656beff /deno.jsonc
parentc7a77c9c0ce1731e4c849556777465d0b789a955 (diff)
downloadgleam_stdlib-52d992c7e82a87b6a6d430ce565fad14ed7952c6.tar.gz
gleam_stdlib-52d992c7e82a87b6a6d430ce565fad14ed7952c6.zip
PMap property test
Diffstat (limited to 'deno.jsonc')
-rw-r--r--deno.jsonc10
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/"]
+ }
+ }
+}