Skip to content

Commit

Permalink
build: misc linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Feb 18, 2024
1 parent e25f23b commit 604d697
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions __tests__/loom.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
import fn from '../src/index.js';

/**
* Loom should be able to find these patterns:
* Loom should be able to find these patterns:
*
* Urls:
* https://www.loom.com/share/*
* https://www.loom.com/share/*?
* https://www.loom.com/embed/*
* https://www.loom.com/share/*
* https://www.loom.com/share/*?
* https://www.loom.com/embed/*
*/
describe('Loom', () => {
test('extracts loom video id in url without query parameters', () => {
Expand Down

0 comments on commit 604d697

Please sign in to comment.