Add lots of linting

This commit is contained in:
Jonathan Clem
2019-05-21 17:08:25 -04:00
parent 026ad6f559
commit 4f5f4f2fb8
10 changed files with 86 additions and 38 deletions

View File

@@ -1,5 +1,7 @@
import * as exit from '../src/exit'
/* eslint-disable @typescript-eslint/unbound-method */
it('exits successfully', () => {
jest.spyOn(process, 'exit').mockImplementation()
exit.success()