Skip to content

Commit fc87f63

Browse files
authored
Merge pull request #6 from Anna0131/dev
fix index.js by the part of stub
2 parents 611c5ce + 71d9e63 commit fc87f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const auth = new Auth();
1414

1515
const Product = require("./lib/products");
1616
const productsFilePath = process.env.NODE_ENV === 'test'
17-
? path.join(__dirname, 'tests/integration/mock-products.json')
17+
? path.join(__dirname, 'tests/integration/stub-products.json')
1818
: path.join(__dirname, 'products.json');
1919
const product = new Product({ productsFilePath });
2020

0 commit comments

Comments
 (0)