Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoestrela committed Aug 3, 2022
1 parent 2195b69 commit 5f98b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -51,7 +51,7 @@ describe('getTerms', () => {
});

it('should remove the excluded terms (defined as Array)', () => {
const result = getTerms(true, [], ['Node[ .]js?']);
const result = getTerms(true, [], ['Node[ .]js']);
expect(result).toBeTruthy();
expect(
result.some(term => Array.isArray(term) && term[1] === 'Node.js')
Expand Down

0 comments on commit 5f98b43

Please sign in to comment.