aboutsummaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorThanh Vuong <thanhvg@gmail.com>2019-08-17 11:01:51 -0600
committerThanh Vuong <thanhvg@gmail.com>2019-08-17 11:01:51 -0600
commitb093cdf22b034f189dec955dd5bf0fbe69ff2704 (patch)
tree1d0be42669a03363885aabf1225d2e8621cffb6c /Cask
parent40eb75bbcf0c0ee7f0432b455fa0b3590059b522 (diff)
testing, void variable resolve
Diffstat (limited to 'Cask')
-rw-r--r--Cask5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cask b/Cask
index a96ccfe..f92f11d 100644
--- a/Cask
+++ b/Cask
@@ -7,4 +7,7 @@
(depends-on "f")
(depends-on "ecukes")
(depends-on "ert-runner")
- (depends-on "el-mock"))
+ (depends-on "ert-async")
+ (depends-on "el-mock")
+ (depends-on "request")
+ (depends-on "promise"))