summaryrefslogtreecommitdiff
path: root/test/fixtures/es-modules/json-cache/another.cjs
blob: 8c8e9f1c0f41fc73d501c90768f6c1fbf89afcb3 (plain)
1
2
3
4
5
6
7
const test = require('./test.json');

module.exports = {
  ...test
};

test.one = 'it comes';