Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #206 from brave/bsc-audit-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton authored Apr 12, 2019
2 parents 3a51bd2 + 5f5511b commit bbb9790
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 66 deletions.
145 changes: 83 additions & 62 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"commander": "^2.15.1",
"cppunitlite": "brave/CppUnitLite",
"mocha": "^5.2.0",
"node-gyp": "^3.8.0",
"node-gyp": "github:brave/node-gyp",
"pre-commit": "^1.2.2",
"s3-client": "^4.4.2",
"standard": "^11.0.1"
Expand Down
3 changes: 0 additions & 3 deletions test/js/filterListTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ describe('adBlockLists', function () {
})
})
describe('malware', function () {
it('contains 2 malware lists', function () {
assert.equal(adBlockLists.malware.length, 2)
})
it('does not have langs property', function () {
adBlockLists.malware.forEach((list) => {
assert(!list.langs)
Expand Down

0 comments on commit bbb9790

Please sign in to comment.