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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mascara/test/helpers.js b/mascara/test/helpers.js
index 08a0a9a7f..8fc5c816b 100644
--- a/mascara/test/helpers.js
+++ b/mascara/test/helpers.js
@@ -1,4 +1,4 @@
-function wait (time) {
+export default function wait (time) {
return new Promise(function (resolve, reject) {
setTimeout(function () {
resolve()