Skip to content

Commit

Permalink
Revert "Skip outputPaths.app.html customizing test."
Browse files Browse the repository at this point in the history
This reverts commit 1acc80a.
  • Loading branch information
Kelly Selden committed Dec 8, 2021
1 parent d2b2784 commit 9fd7dd7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/acceptance/brocfile-smoke-test-slow.js
Expand Up @@ -203,8 +203,7 @@ describe('Acceptance: brocfile-smoke-test', function () {

// custom outputPaths are deprecated under embroider
if (!isExperimentEnabled('EMBROIDER')) {
// skipping this as it seems this functionality doesn't work with ember-auto-import@2.2.3
it.skip('specifying custom output paths works properly', async function () {
it('specifying custom output paths works properly', async function () {
await copyFixtureFiles('brocfile-tests/custom-output-paths');

let themeCSSPath = path.join(appRoot, 'app', 'styles', 'theme.css');
Expand All @@ -230,8 +229,7 @@ describe('Acceptance: brocfile-smoke-test', function () {
});
}

// skipping this as it seems this functionality doesn't work with ember-auto-import@2.2.3
it.skip('specifying outputFile results in an explicitly generated assets', async function () {
it('specifying outputFile results in an explicitly generated assets', async function () {
await copyFixtureFiles('brocfile-tests/app-import-output-file');
await runCommand(path.join('.', 'node_modules', 'ember-cli', 'bin', 'ember'), 'build');

Expand Down Expand Up @@ -431,8 +429,7 @@ describe('Acceptance: brocfile-smoke-test', function () {
expect(file(`dist/assets/${appName}.css`)).to.equal('body { background: green; }\n');
});

// skipping this as it seems this functionality doesn't work with ember-auto-import@2.2.3
it.skip('additional trees can be passed to the app', async function () {
it('additional trees can be passed to the app', async function () {
await copyFixtureFiles('brocfile-tests/additional-trees');
await runCommand(path.join('.', 'node_modules', 'ember-cli', 'bin', 'ember'), 'build', { verbose: true });

Expand Down

0 comments on commit 9fd7dd7

Please sign in to comment.