summaryrefslogtreecommitdiff
path: root/js/test_util.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-09-02 01:59:16 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-09-03 10:45:58 -0400
commit787832c68ec2a735717eb32c295a3aa570294ae2 (patch)
treefa3fa70a0a6fac546e11e8e9f9229a3e7b29e2ca /js/test_util.ts
parentf949ded933aad669b952adcaa5a92f8a5df2b38e (diff)
Format.
Diffstat (limited to 'js/test_util.ts')
-rw-r--r--js/test_util.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test_util.ts b/js/test_util.ts
index 433bbf11b..b7210b43c 100644
--- a/js/test_util.ts
+++ b/js/test_util.ts
@@ -36,7 +36,7 @@ function permFromString(s: string): DenoPermissions {
return {
write: Boolean(Number(found[1])),
net: Boolean(Number(found[2])),
- env: Boolean(Number(found[3])),
+ env: Boolean(Number(found[3]))
};
}