Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Mar 10, 2020
1 parent ce5f0d6 commit 78dd0ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/exports.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const should = require("chai").should()
require("chai").should()
const wds = require("../lib/wikidata-wrapper")

describe("wikidata-wrapper exports", () => {
Expand Down
2 changes: 1 addition & 1 deletion test/map-mapping.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const should = require("chai").should()
require("chai").should()

const { ConceptScheme, WikidataJSKOSService } = require("../lib/wikidata-wrapper")
const schemes = require("./schemes.json").map(s => new ConceptScheme(s))
Expand Down
2 changes: 1 addition & 1 deletion test/map.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const should = require("chai").should()
require("chai").should()

const wdk = require("../lib/utils/wdk")
const wds = require("../lib/wikidata-wrapper")
Expand Down

0 comments on commit 78dd0ef

Please sign in to comment.