Skip to content

Commit

Permalink
Tests: Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed May 9, 2020
1 parent 6b2c5fa commit b34a1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exports.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import itExports from './exports.js';
// Tests

describe('ESM export', () => { // eslint-disable-line jest/lowercase-name
it('is an instance of Plugin class', () => {
it('default export is an instance of Plugin class', () => {
expect(matchPlugin).toBeInstanceOf(Plugin);
});

Expand Down

0 comments on commit b34a1ce

Please sign in to comment.