Skip to content

Commit

Permalink
Fix lint error [nocode]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Sep 1, 2020
1 parent d5b4876 commit c72d903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extension.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const {Extension} = require('class-extension');

// Tests

describe('Extension class', () => { // eslint-disable-line jest/lowercase-name
describe('Extension class', () => {
describe('with args (name, version, extend)', () => {
let extension, extend;
beforeEach(() => {
Expand Down

0 comments on commit c72d903

Please sign in to comment.