Skip to content

Commit

Permalink
test(@ngtools/webpack): remove -p flag from server test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Mar 21, 2017
1 parent bc862b5 commit 9304bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tests/packages/webpack/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {expectFileToMatch} from '../../../utils/fs';
export default function(skipCleaning: () => void) {
return Promise.resolve()
.then(() => createProjectFromAsset('webpack/test-server-app'))
.then(() => exec(normalize('node_modules/.bin/webpack'), '-p'))
.then(() => exec(normalize('node_modules/.bin/webpack')))
.then(() => expectFileToMatch('dist/app.main.js',
new RegExp('.bootstrapModuleFactory'))
.then(() => expectFileToMatch('dist/app.main.js',
Expand Down

0 comments on commit 9304bb7

Please sign in to comment.