mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
style: Fix typo in test name
This commit is contained in:
parent
63f21e68c8
commit
72a82264f1
@ -70,7 +70,7 @@ describe('bin', () => {
|
||||
expect(result.stderr.toString()).toBe('');
|
||||
});
|
||||
|
||||
it('should still support the deprecated --postfix paramtert', () => {
|
||||
it('should still support the deprecated --postfix parameter', () => {
|
||||
const result = crossSpawn.sync('node', [
|
||||
'./bin/index.js',
|
||||
'--input',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user