We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7c9b1 commit f2e6840Copy full SHA for f2e6840
1 file changed
tests/e2e/tests/generate/service/service-dry-run.ts
@@ -0,0 +1,9 @@
1
+import {join} from 'path';
2
+import {ng} from '../../../utils/process';
3
+import {expectGitToBeClean} from '../../../utils/git';
4
+
5
6
+export default function() {
7
+ return ng('generate', 'service', 'test-service', '--module', 'app.module.ts', '--dry-run')
8
+ .then(() => expectGitToBeClean());
9
+}
0 commit comments