summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDmitry Sharshakov <sh7dm@outlook.com>2019-02-15 19:22:02 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-02-15 11:22:02 -0500
commit4dc4329e270f617697154ca62a828cce3b46b348 (patch)
tree54edb5a9d3374fa6470fdc9ab5c50b9738dd4a35 /tests
parent1d7c74e9b5c416c58b66246a6bbc907399fe9083 (diff)
Add execPath function (#1743)
Diffstat (limited to 'tests')
-rw-r--r--tests/exec_path.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/exec_path.ts b/tests/exec_path.ts
new file mode 100644
index 000000000..f09663d7e
--- /dev/null
+++ b/tests/exec_path.ts
@@ -0,0 +1 @@
+console.log(Deno.execPath);