Use npm instead of yarn
This commit is contained in:
@ -4,5 +4,6 @@ module.exports = {
|
||||
},
|
||||
setupTestFrameworkScriptFile:
|
||||
"<rootDir>/modules/__tests__/setupTestFramework.js",
|
||||
testMatch: ["**/__tests__/*-test.js"]
|
||||
testMatch: ["**/__tests__/*-test.js"],
|
||||
testURL: "http://localhost/"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user