Sort imports and requires (#3056)

This will definitely save time, and ensure more uniformity.

It moves the `createServiceTester()` calls to a different place from where I'd like them, though I'm happy to have them checked by the linter.

Closes #2701
This commit is contained in:
Paul Melnikow
2019-02-21 22:14:40 -05:00
committed by GitHub
parent f6628e62b7
commit 4bd16f93e8
168 changed files with 81 additions and 200 deletions

View File

@@ -2,7 +2,6 @@
const Joi = require('joi')
const { isBuildStatus } = require('../../lib/build-status')
const t = (module.exports = require('../tester').createServiceTester())
t.create('build status on default branch')