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');
import { filesystem, system } from 'gluegun';
@ -132,7 +131,6 @@ export const expectFailGitCommits = ({
};
export const expectFailCli = ({
assertions = 4,
before,
args = [],
errorMessage,

Loading…
Cancel
Save