Skip to content

Commit

Permalink
test: add file extension test; use lib file location test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiddyLimit committed Apr 9, 2023
1 parent fd23f01 commit 02b16ed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
3 changes: 0 additions & 3 deletions _test/test-file-locations.js

This file was deleted.

16 changes: 9 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build:clean": "node _node/clean-and-test.js",
"test:json": "test-json-brew",
"test:tags": "node _test/test-tags.js",
"test:file-locations": "node _test/test-file-locations.js",
"test:file-locations": "test-file-locations",
"test:file-extensions": "test-file-extensions",
"test": "npm run build:clean && npm run build:index && npm run test:json && npm run test:file-locations && npm run test:tags"
},
"repository": {
Expand All @@ -23,7 +24,7 @@
},
"homepage": "https://github.com/TheGiddyLimit/homebrew#readme",
"devDependencies": {
"5etools-utils": "^0.7.6",
"5etools-utils": "^0.8.0",
"commander": "^9.4.1"
}
}

0 comments on commit 02b16ed

Please sign in to comment.