Skip to content

Commit

Permalink
fix: remove only
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Arora <[email protected]>
  • Loading branch information
whizzzkid committed Jul 28, 2023
1 parent c954c28 commit ea113d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions add-on/src/lib/ipfs-companion.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ let browserActionPort // reuse instance for status updates between on/off toggle

// init happens on addon load in background/background.js
export default async function init (inQuickImport = false) {
debug.enable('*')
// INIT
// ===================================================================
let ipfs // ipfs-api instance
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"add-on/src/"
],
"reporter": [
"text"
"text", "html"
],
"include": [
"add-on/src/**"
Expand Down
2 changes: 1 addition & 1 deletion test/functional/lib/trackers/requestTrackers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PatchedCountly from 'countly-sdk-web'
import { RequestTracker } from './../../../../add-on/src/lib/trackers/requestTracker.js'

const sinonSandBox = sinon.createSandbox()
describe.only('lib/trackers/requestTracker', () => {
describe('lib/trackers/requestTracker', () => {

let requestTracker: RequestTracker
let countlySDKStub: sinon.SinonStub
Expand Down

0 comments on commit ea113d8

Please sign in to comment.