Skip to content

Commit

Permalink
move test folder to project root
Browse files Browse the repository at this point in the history
  • Loading branch information
areynold committed Sep 6, 2024
1 parent af3f1f7 commit cae04ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/tests/urlitem.test.js → tests/urlitem.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect, test } from '@jest/globals';
import UrlItem from '../utilities/urlitem';
import UrlItem from '../src/utilities/urlitem';

test('youtube short', () => {
const urlInformation = new UrlItem.UrlItem('https://youtube.com/shorts/rNVU0k3u14Y', '');
Expand Down

0 comments on commit cae04ba

Please sign in to comment.