Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Apr 18, 2023
1 parent 0288fc1 commit ea33933
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions test/data-mocks/config-loader.js
Expand Up @@ -331,9 +331,6 @@ const applicationNoActionsSingleConfig = {
}
}

// const applicationNoEventsSingleConfig = { ...applicationNoActionsSingleConfig }
// applicationNoEventsSingleConfig.application.events = {}

// expected return values from config loader for matching fixtures in __fixtures__
const expectedConfigs = {
exc: {
Expand Down Expand Up @@ -374,18 +371,6 @@ const expectedConfigs = {
},
root
},
// 'app-no-events': {
// all: { ...applicationNoActionsSingleConfig },
// implements: [
// 'application'
// ],
// includeIndex: appNoActionsIncludeIndex,
// packagejson: {
// version: '1.0.0',
// name: 'app-no-actions'
// },
// root
// },
'app-no-actions': {
all: { ...applicationNoActionsSingleConfig },
implements: [
Expand Down

0 comments on commit ea33933

Please sign in to comment.