Browse Source

🚨 fix lint

pull/58/head
Nicolas Beaussart 6 years ago
parent
commit
2591b79bae
  1. 2
      src/tests/test-helpers.spec.ts

2
src/tests/test-helpers.spec.ts

@ -1,4 +1,3 @@
import { Command } from '@oclif/command';
const stripANSI = require('strip-ansi'); const stripANSI = require('strip-ansi');
import { filesystem, system } from 'gluegun'; import { filesystem, system } from 'gluegun';
@ -132,7 +131,6 @@ export const expectFailGitCommits = ({
}; };
export const expectFailCli = ({ export const expectFailCli = ({
assertions = 4,
before, before,
args = [], args = [],
errorMessage, errorMessage,

Loading…
Cancel
Save