reverted local updates

This commit is contained in:
Doped Dude 2016-07-08 02:00:15 +05:30
parent b2ae93a0cc
commit 47ae47d9aa
1 changed files with 1 additions and 5 deletions

View File

@ -2244,7 +2244,7 @@ describe('compiler', function() {
});
describe('for components', function() {
function testComponentConfigsMerge() {
it('loads component configs from multiple files', function() {
appdir.createConfigFilesSync();
appdir.writeConfigFileSync('component-config.json', {
debug: { option: 'value' },
@ -2269,10 +2269,6 @@ describe('compiler', function() {
env: 'applied',
},
});
}
it('loads component configs from multiple files', function() {
testComponentConfigsMerge();
});
it('supports `componentRootDir` option', function() {