Use npm instead of yarn

This commit is contained in:
Michael Jackson
2018-11-27 21:34:52 -08:00
parent 7075ebdbb9
commit 41806b2117
5 changed files with 13190 additions and 9159 deletions

View File

@ -4,5 +4,6 @@ module.exports = {
},
setupTestFrameworkScriptFile:
"<rootDir>/modules/__tests__/setupTestFramework.js",
testMatch: ["**/__tests__/*-test.js"]
testMatch: ["**/__tests__/*-test.js"],
testURL: "http://localhost/"
};