Skip to content

Commit 40cc25d

Browse files
committed
Removed deprecated code
1 parent fa5dd81 commit 40cc25d

File tree

2 files changed

+138
-148
lines changed

2 files changed

+138
-148
lines changed

bin/index.spec.js

-14
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,4 @@ describe('bin', () => {
6969
expect(result.stdout.toString()).toContain(`-o, --output <value>`);
7070
expect(result.stderr.toString()).toBe('');
7171
});
72-
73-
it('should still support the deprecated --postfix parameter', () => {
74-
const result = crossSpawn.sync('node', [
75-
'./bin/index.js',
76-
'--input',
77-
'./test/spec/v3.json',
78-
'--output',
79-
'./test/generated/bin',
80-
'--postfix',
81-
'Service',
82-
]);
83-
expect(result.stdout.toString()).toBe('');
84-
expect(result.stderr.toString()).toBe('');
85-
});
8672
});

0 commit comments

Comments
 (0)