enhancementgood first issuehelp wantedtests
Metriche repository
- Star
- (9 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Now in all tests we have this structure that get object.
const {allergiesFilePath} = require('../../../files.js')
const allergies = require(allergiesFilePath)
Replace it with importing from filesObjects.js that is in root of project like this
const staticData = require("./filesObjects")
// to get acces use staticData.allergies