Skip to content

Commit

Permalink
minor text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgardosh committed Feb 15, 2024
1 parent 64af3b2 commit 62e242c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/israeli-vat-scraper/dev-tests/e2e.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { config } from 'dotenv';
import { vatScraper } from '../src/index.js';

config();
config({ path: '../../.env' });

const testRun = async () => {
vatScraper(undefined, { years: [[2020, [5]]], visibleBrowser: true });
Expand Down

0 comments on commit 62e242c

Please sign in to comment.