Skip to content

Commit 43e43bf

Browse files
alan-agius4dgp1130
authored andcommitted
test: add test for strict workspace
1 parent bcfccc9 commit 43e43bf

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

tests/legacy-cli/e2e/tests/build/no-implicit-any.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import {ng} from '../../utils/process';
2+
import { createProject } from '../../utils/project';
3+
4+
export default async function() {
5+
await createProject('strict-workspace-test-project', '--strict');
6+
await ng('build');
7+
}

0 commit comments

Comments
 (0)