kopia lustrzana https://github.com/c9/core
enable test plugin in sdk
rodzic
675e2022e6
commit
ee7678045b
|
@ -705,6 +705,20 @@ module.exports = function(options) {
|
|||
staticPrefix: staticPrefix + "/plugins/c9.ide.collab/notifications"
|
||||
},
|
||||
|
||||
// Test
|
||||
"plugins/c9.ide.test/test",
|
||||
"plugins/c9.ide.test/testpanel",
|
||||
"plugins/c9.ide.test/testrunner",
|
||||
{
|
||||
packagePath: "plugins/c9.ide.test/all",
|
||||
staticPrefix: staticPrefix + "/plugins/c9.ide.test"
|
||||
},
|
||||
"plugins/c9.ide.test/results",
|
||||
"plugins/c9.ide.test/coverage",
|
||||
"plugins/c9.ide.test/coverageview",
|
||||
|
||||
"plugins/c9.ide.test.mocha/mocha",
|
||||
|
||||
// git integration
|
||||
"plugins/c9.ide.scm/scm",
|
||||
"plugins/c9.ide.scm/scmpanel",
|
||||
|
@ -714,24 +728,6 @@ module.exports = function(options) {
|
|||
"plugins/c9.ide.scm/editor"
|
||||
];
|
||||
|
||||
if (!options.sdk) {
|
||||
plugins.push(
|
||||
// Test
|
||||
"plugins/c9.ide.test/test",
|
||||
"plugins/c9.ide.test/testpanel",
|
||||
"plugins/c9.ide.test/testrunner",
|
||||
{
|
||||
packagePath: "plugins/c9.ide.test/all",
|
||||
staticPrefix: staticPrefix + "/plugins/c9.ide.test"
|
||||
},
|
||||
"plugins/c9.ide.test/results",
|
||||
"plugins/c9.ide.test/coverage",
|
||||
"plugins/c9.ide.test/coverageview",
|
||||
|
||||
"plugins/c9.ide.test.mocha/mocha"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
if (packaging || !devel) {
|
||||
plugins.push({
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"mkdirp": "~0.3.5",
|
||||
"msgpack-js": "~0.1.1",
|
||||
"msgpack-js-browser": "~0.1.4",
|
||||
"nak": "",
|
||||
"nak": "git://github.com/cloud9ide/nak.git#719f2188ec1d8e4ce553286e80737d7e6434d777",
|
||||
"netutil": "~0.0.2",
|
||||
"optimist": "~0.6.0",
|
||||
"qs": "0.6.6",
|
||||
|
|
Ładowanie…
Reference in New Issue