mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Fixed small typo in tests
This commit is contained in:
parent
16cc25bf1e
commit
ac62141454
@ -3,7 +3,7 @@ import { compileWithTypescript } from './scripts/compileWithTypescript';
|
||||
import { generateClient } from './scripts/generateClient';
|
||||
import server from './scripts/server';
|
||||
|
||||
describe('client.node', () => {
|
||||
describe('client.axios', () => {
|
||||
beforeAll(async () => {
|
||||
cleanup('client/axios');
|
||||
await generateClient('client/axios', 'v3', 'axios', false, false, 'AppClient');
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
// import browser from './scripts/browser';
|
||||
// import { compileWithTypescript } from './scripts/compileWithTypescript';
|
||||
import browser from './scripts/browser';
|
||||
import { buildAngularProject } from './scripts/buildAngularProject';
|
||||
import { cleanup } from './scripts/cleanup';
|
||||
|
||||
@ -3,7 +3,7 @@ import { compileWithTypescript } from './scripts/compileWithTypescript';
|
||||
import { generateClient } from './scripts/generateClient';
|
||||
import server from './scripts/server';
|
||||
|
||||
describe('v2.node', () => {
|
||||
describe('v2.axios', () => {
|
||||
beforeAll(async () => {
|
||||
cleanup('v2/axios');
|
||||
await generateClient('v2/axios', 'v2', 'axios');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user