aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/test/helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'mascara/test/helpers.js')
-rw-r--r--mascara/test/helpers.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/mascara/test/helpers.js b/mascara/test/helpers.js
deleted file mode 100644
index 8fc5c816b..000000000
--- a/mascara/test/helpers.js
+++ /dev/null
@@ -1,7 +0,0 @@
-export default function wait (time) {
- return new Promise(function (resolve, reject) {
- setTimeout(function () {
- resolve()
- }, time * 3 || 1500)
- })
-}