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 dac83cb + ab39f89 commit e7250afCopy full SHA for e7250af
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