Skip to content
This repository has been archived by the owner. It is now read-only.

Temporarily fix https://www.npmjs.com/advisories/803 #206

Merged
merged 2 commits into from Apr 12, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Some generated files are not rendered by default. Learn more.

@@ -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"
@@ -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)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.