Skip to content

Commit

Permalink
Add support to package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
VarshaUN committed Jan 17, 2025
1 parent 7f1b0de commit 59db77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/packagedcode/test_npm.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from scancode_config import REGEN_TEST_FIXTURES
from scancode.cli_test_utils import run_scan_click
from scancode.cli_test_utils import check_json_scan
from packagedcode import NpmPackageLockJsonHandler
from src.packagedcode.npm import NpmPackageLockJsonHandler

class TestNpm(PackageTester):
test_data_dir = os.path.join(os.path.dirname(__file__), 'data')
Expand Down

0 comments on commit 59db77f

Please sign in to comment.