Skip to content

Commit 67fa702

Browse files
committed
feat: updating json jest config []
1 parent e1a34b1 commit 67fa702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/json/jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable */
2-
const baseConfig = require('../../baseESMJestConfig.js');
2+
import baseConfig from '../../baseESMJestConfig.js';
3+
import packageJSON from './package.json';
34

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

77
export default {

0 commit comments

Comments
 (0)