Skip to content

Commit

Permalink
test: comment blocked test back in
Browse files Browse the repository at this point in the history
I simply forgot to bring this test back during the recent refactoring
session.
  • Loading branch information
Roman Seidelsohn committed Apr 16, 2023
1 parent 078b593 commit 5d38eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/getLicenseTitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe('license parser', function () {
assert.equal(data, 'Public Domain');
});

xit('License at URL check', function () {
it('License at URL check', function () {
let data = getLicenseTitle('http://example.com/foo');
assert.equal(data, 'Custom: http://example.com/foo');
data = getLicenseTitle('See license at http://example.com/foo');
Expand Down

0 comments on commit 5d38eda

Please sign in to comment.