Skip to content

Commit

Permalink
chore: test description nits (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored Nov 21, 2021
1 parent b0ad851 commit 094b95a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/dependency.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {Dependency} from '../src/dependency.js';
import {join} from './utils/join.js';

describe('Dependency', () => {
it('should should extract package fields', () => {
it('should extract package fields', () => {
const pkg = {
name: 'foo',
version: '1.0.0',
Expand Down Expand Up @@ -87,7 +87,7 @@ describe('Dependency', () => {
});
});

it('should should parse author field', () => {
it('should parse author field', () => {
const pkg = {
name: 'foo',
version: '1.0.0',
Expand All @@ -105,7 +105,7 @@ describe('Dependency', () => {
});
});

it('should should parse contributors field', () => {
it('should parse contributors field', () => {
const pkg = {
name: 'foo',
version: '1.0.0',
Expand All @@ -126,7 +126,7 @@ describe('Dependency', () => {
});
});

it('should should parse deprecated licenses field', () => {
it('should parse deprecated licenses field', () => {
const pkg = {
name: 'foo',
version: '1.0.0',
Expand Down

0 comments on commit 094b95a

Please sign in to comment.