Skip to content

Commit

Permalink
chore(tests): fix filename test (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and hansl committed Nov 7, 2016
1 parent 1bccb44 commit f815228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/tests/build/filename.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import {ng} from '../../utils/process';
import {expectFileToExist} from '../../utils/fs';
import {updateJsonFile} from '../../utils/project';
import {copyFile} from '../../utils/fs';


export default function() {
return Promise.resolve()
.then(() => copyFile('src/index.html', 'src/config-index.html'))
.then(() => updateJsonFile('angular-cli.json', configJson => {
const app = configJson['apps'][0];
app['outDir'] = 'config-build-output';
Expand Down

0 comments on commit f815228

Please sign in to comment.