aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/index.js
blob: ccebbfe519ced1847b8d3fba8738022a90e696e1 (plain) (blame)
1
2
3
4
5
6
;(function () {
  'use strict'

  // Order of the tests we want to execute
  require('./api/')
})()