chore: Move factories and helpers to a better place (#4551)
* chore: Move factories and helpers to a better place * align factory product variant * fix factory cart * add simple store fac * fix tests * fix tests * fix * fix cart seeder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const dbFactory = require("./helpers/use-template-db")
|
||||
const dbFactory = require("./environment-helpers/use-template-db")
|
||||
const path = require("path")
|
||||
|
||||
module.exports = async () => {
|
||||
|
||||
Reference in New Issue
Block a user