Skip to content

Commit

Permalink
Remove ember-cli-addon-docs config from test-app
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschot committed Apr 3, 2022
1 parent 08bdec9 commit d63eb1d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test-app/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
const EmberApp = require('ember-cli/lib/broccoli/ember-app');

module.exports = function (defaults) {
let app = new EmberApp(defaults, {
'ember-cli-addon-docs': {
documentingAddonAt: '../addon',
},
});
let app = new EmberApp(defaults, {});

/*
This build file specifies the options for the dummy test app of this
Expand Down

0 comments on commit d63eb1d

Please sign in to comment.