Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Apr 17, 2022
1 parent 896f76c commit 8b92b98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
*/

import {fileURLToPath} from 'url';
import {createRequire} from 'module';

process.env.TZ = 'UTC';
process.env.DOCUSAURUS_VERSION = createRequire(import.meta.url)(
'@docusaurus/core/package.json',
).version;

const ignorePatterns = [
'/node_modules/',
Expand Down

0 comments on commit 8b92b98

Please sign in to comment.