aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/index.js')
-rw-r--r--test/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/index.js b/test/index.js
new file mode 100644
index 000000000..ccebbfe51
--- /dev/null
+++ b/test/index.js
@@ -0,0 +1,6 @@
1;(function () {
2 'use strict'
3
4 // Order of the tests we want to execute
5 require('./api/')
6})()