We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 611c5ce + 71d9e63 commit fc87f63Copy full SHA for fc87f63
backend/index.js
@@ -14,7 +14,7 @@ const auth = new Auth();
14
15
const Product = require("./lib/products");
16
const productsFilePath = process.env.NODE_ENV === 'test'
17
- ? path.join(__dirname, 'tests/integration/mock-products.json')
+ ? path.join(__dirname, 'tests/integration/stub-products.json')
18
: path.join(__dirname, 'products.json');
19
const product = new Product({ productsFilePath });
20
0 commit comments