Skip to content

Commit

Permalink
[issue-#175-support-deno-doc] test all of the things
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Apr 15, 2020
1 parent a7168cb commit 3436713
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions console/tests
@@ -1,6 +1,11 @@
#!/bin/bash

(
export DRASH_PROCESS="test"
export DRASH_ROOT_DIR=$PWD
deno --allow-net --allow-read --allow-write --allow-env tests/test.ts
cd example_app
deno --allow-net --allow-read --allow-write --allow-env app_test.ts
deno --allow-net --allow-read --allow-write --allow-env app_two_test.ts
cd -
)

0 comments on commit 3436713

Please sign in to comment.