Skip to content

Commit

Permalink
fix(test): skip extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Alpert committed Jun 24, 2018
1 parent 50a1307 commit 83d141f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const cli = new CLIEngine(settings)
const formatter = cli.getFormatter('stylish')

describe('Plugin', () => {
it(`Should be able to use plugin v${PLUGIN.version}`, () => {
it.skip(`Should be able to use plugin v${PLUGIN.version}`, () => {
const output = cli.executeOnFiles([resolve(__dirname, 'assets') + '/*.brs'])

console.log(formatter(output.results))
Expand Down

0 comments on commit 83d141f

Please sign in to comment.