Skip to content

Commit eac3602

Browse files
author
Vikas Agarwal
committed
Included mock file (by renaming to .js instead of .json) in the build
1 parent c285563 commit eac3602

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/routes/projectReports/mock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import util from '../../util';
22

3-
const summaryJson = require('./mockFiles/summary.json');
3+
const summaryJson = require('./mockFiles/summary.js/index.js');
44

55
module.exports = (projectId, reportName, req, res) => {
66
if (Number(projectId) === 123456) {

0 commit comments

Comments
 (0)