Skip to content

Commit

Permalink
trying to appease travis.com
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Jan 4, 2021
1 parent 647fe94 commit 0cbf6d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"stopword": "^1.0.6",
"stream-browserify": "^3.0.0",
"tape": "^5.1.0",
"tape-run": "^8.0.0",
"tape-run": "^7.0.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"world-bank-dataset": "^1.0.0"
Expand Down
3 changes: 0 additions & 3 deletions test/src/DICTIONARY-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,8 @@ test('FuzzySet test', t => {
const { DICTIONARY } = global[indexName]
t.plan(1)
DICTIONARY().then(dict => {
console.log('BOOOOOM')
const fs = FuzzySet()
console.log('BANG')
dict.forEach(d => fs.add(d))
console.log('BIIIIM')
t.deepEqual(fs.get('blux'), [[0.75, 'blue']])
})
})

0 comments on commit 0cbf6d2

Please sign in to comment.