Skip to content

Commit

Permalink
style: Fix lint/formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2024
1 parent 1ed7e4a commit d3b8894
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions extension/test/background_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe('background.ts', function () {
// Make it relative to current timeout so config level changes are taken
// into account. (ie browserstack)
this.timeout(this.timeout() * 2);

before(async function () {
// Resolve config fetch with minimal config object.
chrome.storage.sync.get.yields({ kanjiInfo: [] });
Expand Down
1 change: 1 addition & 0 deletions extension/test/data_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('data.ts', function () {
// Make it relative to current timeout so config level changes are taken
// into account. (ie browserstack)
this.timeout(this.timeout() * 3);

before(async function () {
// stub sinon chrome getURL method to return the path it's given
// Required to load dictionary files.
Expand Down
2 changes: 2 additions & 0 deletions extension/test/e2e_visual_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe('Visual Regression Tests', function () {
// Make it relative to current timeout so config level changes are taken
// into account. (ie browserstack)
this.timeout(this.timeout() * 5);

before(async function () {
// When chrome.storage.sync.get is called save the full config for later use.
sinonChrome.storage.sync.get.callsFake(
Expand Down Expand Up @@ -250,6 +251,7 @@ describe('Visual Regression Tests', function () {
});
});
});

describe('with agressive host page styles', function () {
afterEach(function () {
document.querySelector('#test-id')?.remove();
Expand Down
1 change: 1 addition & 0 deletions extension/test/rikaicontent_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ describe('RcxContent', function () {

describe('with Google Docs annotated canvas', function () {
let docCanvas: HTMLDivElement;

beforeEach(function () {
markDocumentWithGoogleDocsClass();
docCanvas = document.querySelector<HTMLDivElement>(
Expand Down

0 comments on commit d3b8894

Please sign in to comment.