Skip to content

Commit

Permalink
Fix errors during test scan run (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ernovm authored Dec 1, 2023
1 parent 8968c0c commit 644c7c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/file/testdata/misc/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module github.com/debricked/cli

go 1.20

require (
)
8 changes: 8 additions & 0 deletions internal/file/testdata/misc/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"browserslist": [
"> 1%"
],
"dependencies": {},
"private": true,
"version": "3.0.0"
}

0 comments on commit 644c7c5

Please sign in to comment.