Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 6, 2024
1 parent 4d256c1 commit 6dd53fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/jest-config-terra/src/JestEnvironmentJsdomTerra.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const {TestEnvironment} = require('jest-environment-jsdom');
const { TestEnvironment } = require('jest-environment-jsdom');
const JestMock = require('jest-mock');

/**
Expand All @@ -17,6 +17,6 @@ class TerraJsdomEnvironment extends TestEnvironment {
const htmlTag = this.dom.window.document.getElementsByTagName('html')[0];
htmlTag.setAttribute('dir', 'ltr');
}
}
}

module.exports = TerraJsdomEnvironment;
module.exports = TerraJsdomEnvironment;

0 comments on commit 6dd53fd

Please sign in to comment.