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 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Removed broken test (was checking for 2 malware lists)

I believe this was missed as part of #203
  • Loading branch information
bsclifton committed Apr 12, 2019
commit 5f5511b80e70178ca14f43175b2eb4f6388f5ad4
@@ -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.