Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jun 17, 2020
1 parent 74b25e6 commit 7017a4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import path from 'path';

import { executeScript } from '../helpers';

describe('Integration test for JavaScript rules', () => {
it('linter should pass if ran on a simple valid extension', async () => {
describe('Integration/smoke tests', () => {
it('should pass if ran on a simple valid extension', async () => {
const fixture = path.resolve(
__dirname,
'..',
Expand Down

0 comments on commit 7017a4b

Please sign in to comment.