Skip to content

Commit

Permalink
test: ivy convert node packages with ngcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Agius authored and alan-agius4 committed Jan 8, 2019
1 parent 3d55ec8 commit 03a2f26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/legacy-cli/e2e/tests/experimental/ivy.ts
Expand Up @@ -5,14 +5,15 @@
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { normalize } from 'path';
import { request } from '../../utils/http';
import { killAllProcesses } from '../../utils/process';
import { exec, killAllProcesses } from '../../utils/process';
import { createProject, ngServe } from '../../utils/project';

export default async function() {
try {
await createProject('ivy-project', '--experimental-ivy');

await exec(normalize('node_modules/.bin/ivy-ngcc'));
await ngServe('--prod');

// Verify the index.html
Expand Down

0 comments on commit 03a2f26

Please sign in to comment.