Skip to content

Commit

Permalink
feat: updating json jest config []
Browse files Browse the repository at this point in the history
  • Loading branch information
aodhagan-cf committed Oct 27, 2023
1 parent e1a34b1 commit 67fa702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/json/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable */
const baseConfig = require('../../baseESMJestConfig.js');
import baseConfig from '../../baseESMJestConfig.js';
import packageJSON from './package.json';

const packageJSON = require('./package.json');
const packageName = packageJSON.name.split('@contentful/')[1];

export default {
Expand Down

0 comments on commit 67fa702

Please sign in to comment.