Skip to content

Commit

Permalink
Move Test Folder Into src
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 7, 2024
1 parent b46ec61 commit 15092a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import test from 'ava';
import { scrapeSingleArticleInfo } from '../src/scrape/scrapeSingleArticleInfo';
import { scrapeSingleArticleInfo } from '../scrape/scrapeSingleArticleInfo';

test('scrapeSingleArticleInfo should not return null values for フリーレン', async (t) => {
const frierenTag = 'フリーレン';
Expand Down

0 comments on commit 15092a3

Please sign in to comment.